Last active
April 19, 2021 05:33
-
-
Save aliqasemzadeh/2986420ebfb61aeab78f124f7c6ee0f4 to your computer and use it in GitHub Desktop.
How to setup SSL on laravel-websockets cPanel
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
You can easilly setup SSL for laravel-websockets. | |
Note: You need to access root user to run supervior for websocket. | |
1-Login into cPanel | |
2-SSL/TLS | |
3-Manage SSL Hosts | |
4-Install an SSL Website | |
5-Select domain and SSL | |
6-Autofill by Domain | |
7-Certificate: (CRT) file is PEM (local_cert) and Private Key (KEY) is key (local_pk). |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment