🔐SSL Configuration
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.
Environment Variables
Name | Default | Possible values | Description |
---|---|---|---|
|
| File paths | The path to the SSL certificate file. |
|
| File paths | The path to the SSL key file. |
|
| String | The passphrase (if any) for the SSL key |
|
| File path | The path to the SSL Certificate Authority file. |
Last updated