lets encrypt CA is created but not registered in the configuration

1 post / 0 new
#1 Thu, 09/15/2016 - 11:05
gadnet@aqueos.com

lets encrypt CA is created but not registered in the configuration

hi,

when you request letsencrypt certificate the 3 files are created ( .cert , .key and .ca ) in the home directory but in the configuration only CERT and KEY are registered so the before and after script see no CA configurated and therefor cannot configure things properly if they need to.

VIRTUALSERVER_SSL=1
VIRTUALSERVER_SSL_CERT=/var/home/xxx/ssl.cert
VIRTUALSERVER_SSL_KEY=/var/home/xxx/ssl.key
VIRTUALSERVER_SSL_PASS=
VIRTUALSERVER_WEB_SSLPORT=8443
VIRTUALSERVER_WEB_URLSSLPORT=8443

here i cannot configure my proxy as the CA is not picked up. The VIRTUALSERVER_SSL_CHAIN variable appear only after going to Ca certificate and then saving.

regards, Ghislain.