ICDx generates as self-signed SSL/TLS certificate as part of the installation process. This certificate is used for:
Certificates issued by another certificate authority may be used to replace the self-signed certificate. In order to use a certificate authority issued certificate:
NOTE: Root privileges may be needed to complete this installation.
cp <certfile>.crt /etc/pki/tls/certs
cp <keyfile>.key /etc/pki/tls/private
/etc/nginx/snippets/ssl-cert.conf
to point to the new files in the new location:
ssl_certificate /etc/pki/tls/certs/<certfile>.crt
ssl_certificate_key /etc/pki/tls/private/<keyfile>.key
systemctl restart nginx
For further information, please refer to the Administration Guide for your version of ICDx.