RAMP-EV comes with a self-signed certificate from EdgeView on RAMP, Inc. To install the CA-signed certificate, follow the steps mentioned below:
- Obtain the certificate from a CA vendor like DigiCert.
Overwrite the existing certificate files in the scc-build/nginx/ssl.d directory with the files received from the vendor.
TipEnsure the files include the previous name:
server.key server.crt
Copy the local files into the running container. They will persist in a Docker volume.
docker cp /opt/scc-build/nginx/ssl.d/server.key nginx_ssl:/etc/nginx/ssl.d/server.key docker cp /opt/scc-build/nginx/ssl.d/server.crt nginx_ssl:/etc/nginx/ssl.d/server.crt
NoteIf using EdgeView release 16.4.1, use the following commands:
docker cp /opt/scc-build/nginx/ssl.d/server.key nginx_ssl:/etc/nginx/conf/ssl.d/server.key docker cp /opt/scc-build/nginx/ssl.d/server.crt nginx_ssl:/etc/nginx/conf/ssl.d/server.crt
Restart the NGINX container for your changes to go into effect:
docker restart nginx_ssl
Overview
Content Tools