To install an SSL certificate that you have purchased, or you have generated as
described in Generate an SSL Certificate, follow the steps
below.
-
Rename the certificate files provided with IBM Aspera Shares.
Locate the original
cert.pem and
cert.key files in
/opt/aspera/shares/etc/nginx. Rename them as follows:
# cd /opt/aspera/shares/etc/nginx
# mv cert.pem cert.pem.orig
# mv cert.key cert.key.orig
-
Copy your new SSL cert files to /opt/aspera/shares/etc/nginx.
Rename the cert file cert.pem and rename the key file cert.key.
-
Restart the web service.
Restart
nginx as
follows:
# /opt/aspera/shares/sbin/sv restart nginx