You must create the Data Explorer Truststore by consolidating
certificates of all SSL-enabled servers (or a single CA Certificate chain) that Data Explorer communicates with into one file. This generally includes
certificates of all the Oozie, HDFS, MapReduce, and YARN daemons, and any other SSL-enabled
services.
Server certificates are stored in Java KeyStore (JKS) format. The Data Explorer Truststore must be in the Privacy Enhanced Mail (PEM)
format whereas other services use the JKS format by default. To create the Data Explorer truststore, extract each certificate from Hadoop's Java
Keystore with the Java keytool, convert the certificate to PEM format with
the OpenSSL.org openssl tool, and then add it to the Data Explorer truststore:
Extract the certificate from the keystore of each TLS/SSL-enabled server with which Data Explorer communicates. For example, if you have
hadoop-server.keystore that contains a server certificate,
foo-1.example.com with a password of example123, you
would use the following keytool command: