Auto-TLS Agent File Locations
The certificates, keystores, and password files generated by auto-TLS are stored in
      /var/lib/cloudera-scm-agent/agent-cert on each Cloudera Manager Agent. 
Filenames
| Filename | Description | 
|---|---|
cm-auto-global_cacerts.pem | 
              CA certificate and other trusted certificates in PEM format | 
cm-auto-global_truststore.jks | 
              CA certificate and other trusted certificates in JKS format | 
cm-auto-in_cluster_ca_cert.pem | 
              CA certificate in PEM format | 
cm-auto-in_cluster_truststore.jks | 
              CA certificate in JKS format | 
cm-auto-host_key_cert_chain.pem | 
              Agent host certificate and private key in PEM format | 
cm-auto-host_cert_chain.pem | 
              Agent host certificate in PEM format | 
cm-auto-host_key.pem | 
              Agent host private key in PEM format | 
cm-auto-host_keystore.jks | 
              Agent host private key in JKS format | 
cm-auto-host_key.pw | 
              Agent host private key password file | 
