dears,
I am trying to add ssl to my restcomm application. I installed a docker regularly and a broken https is working fine, the default one. Then i tried letsencrypt and generated a .jks file using keytool. i followed this tutorial o
and restarted the server and nothing happened.
Please advice.
In order to use authorized certificate (.jks file) there are 2 options on restcomm-docker:
CERTCONFURL JKS file URL location
CERTREPOUSR Username for authentication if needed.
CERTREPOPWRD Password for authentications if needed.
*As well you need to set the variables :
- SECURESSL=AUTH
- TRUSTSTORE_PASSWORD Set the password to use for RestComm to configure the certificate for HTTPS and SIP TLS
- TRUSTSTORE_ALIAS Set the Alias to use for RestComm to configure the certificate for HTTPS and SIP TLS
More info here (under "HTTPS related configuration"): restcomm-docker configuraion documentation