Enabling SSL for host factory (external certificate)
Enable SSL for host factory by using a properly chained certificate from a trusted certificate authority (CA). SSL communication between the host factory server and client enables secure access for the host factory RESTful APIs.
About this task
When SSL is enabled for your production environment, you must use a properly chained certificate that is issued or signed by a trusted certificate authority (CA). You can use your own self-signed certificate or an external certificate. When you have a valid certificate (either self-signed or external), follow these steps to import your certificate for use with host factory. (For testing on Linux® hosts, you can use the built-in self-signed certificate at $EGO_TOP/wlp/usr/shared/resources/security/; see Enabling SSL for host factory (default certificate)).
openssl pkcs12 -export -in cert.pem -out cert.p12 -inkey prvtkey.pemFor more information on generating certificates with OpenSSL, refer to OpenSSL documentation.
Procedure
Follow these steps to enable SSL for host factory with an external certificate from a trusted CA.