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.
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: