SSL support is included with soketi by default. If one of the following environment variables is set, the server will start using SSL instead of plain HTTP.
SOKETI_SSL_CERT
''
File paths
The path to the SSL certificate file.
SOKETI_SSL_KEY
The path to the SSL key file.
SOKETI_SSL_PASS
String
The passphrase (if any) for the SSL key
SOKETI_SSL_CA
File path
The path to the SSL Certificate Authority file.
最后更新于2年前