SSL

This page documents the configuration options available for SSL. Both the SSL_CERT and SSL_KEY environment variables are required to enable SSL.

SSL_CERT

The path to the SSL certificate file. This file must be a .pem file.

SSL_CERT=/path/to/cert.pem

SSL_KEY

The path to the SSL key file. This file must be a .key file.

SSL_KEY=/path/to/key.key


Last updated: 5/16/2025
Edit this page on GitHub