Creating a truststore file in PEM format
Server certificates are stored in Java KeyStore (JKS) format and must be converted to Privacy Enhanced Mail (PEM) format. You must create a PEM file before configuring Hue as a TLS/SSL client or a TLS/SSL server.
To create the Hue truststore, extract each certificate from its keystore with the Java
keytool
, convert the certificate to PEM format with the OpenSSL.org
openssl
tool, and then add it to the Hue truststore: