Deployment Guide

Importing custom certificates require that all certificates must be in PEM format. In order to avoid browser
warnings, the whole certificate chain must be included (root certificate and all intermediate certificates).
Certificates must be in a right order. The root certificate must be on bottom, and the server certificate on
the top. The server certificate private key must be also available in PEM format.
Example:
There are four certificates:
AddTrustExternalCARoot.crt: Root certificate
UserAddTrustCA.crt: 1
st
level intermediate certificate
MySSLProvider.crt: 2
nd
level intermediate certificate
MyServerCertificate.crt: The server certificate to be installed
Concatenate the certificates (Unix example)
# cp AddTrustExternalCARoot.crt all_certificates.pem
# cat UserAddTrustCA.crt >> all_certificates.pem
# cat MySSLProvider.crt >> all_certificates.pem
# cat MyServerCertificate.crt >> all_certificates.pem
All certificates are now in the file all_certificates.pem, in the right order.
Step 2: Install the certificates to the Application server
Once all certificates are in one file and the private key is available, issue a command:
# 7analyzer certificate install <certificate file> <private key file>
Example:
7signal Solutions Inc., 6155 Rockside Road, Suite 110, Independence, Ohio 44131, USA,
216-777-2900, info@7signal.com, www.7signal.com