Skip to content

Native SSL Support

David G. Simmons requested to merge davidgs/commento:NativeSSLSupport into master

config.go: Add new properties to support SSL Configuration router.go: Add SSL/TLS startup.

Uses new Properties:

COMMENTO_SSL_CERT
COMMENTO_SSL_KEY

COMMENTO_SSL defaults to false. Set to true to enable

IF COMMENTO_SSL=true then SSL_KEY and SSL_CERT must be set or a fatal error is thrown.

Edited by David G. Simmons

Merge request reports