HTTPS enabling
In order to enable HTTPS, you should perform the following steps:
-
Prepare a server private key in PEM format and place it to the <data_volume>/conf/ssl/key.pem file.
-
Prepare a certificate chain in PEM format and place it to the <data_volume>/conf/ssl/cert.pem file.
-
Drop the current ADCM container and create it again with an SSL port.
$ docker rm adcm
$ docker create --name adcm -p 8000:8000 -p 8443:8443 -v /opt/adcm:/adcm/data hub.arenadata.io/adcm/adcm:latest
NOTE
|