Sep 30, 2021
0
Level 4
Websocket ssl question
Hello,
I am installing websockets on my vps.
Usually locally I would add my self signed certificate as:
LARAVEL_WEBSOCKETS_SSL_LOCAL_CERT="/home/xxxxxxx/laravel/ssl/19696067_xxxxxxx.com.cert"
LARAVEL_WEBSOCKETS_SSL_LOCAL_PK="/home/xxxxxxx/laravel/ssl/19696067_xxxxxxx.com.key"
But on the vps I am using my hosting provider is giving me these files instead:
/var/cpanel/ssl/apache_tls/domain.com/combined
/var/cpanel/ssl/apache_tls/domain.com/cert
Any idea how to use both in the .env? It is confusing.
Thanks
Please or to participate in this conversation.