- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
CM_AUTO_TLS truststore and keystore
- Labels:
-
Cloudera Manager
Created ‎07-18-2018 08:38 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi
I have services configured with CM_AUTO_TLS. I would like to know where can I find the services truststore (for example Hive2, or Impala daemon's) and where can I find the passwords for keystores and trusstores?
Is there any documentation describing in detail how these files are organized, where are located?
Thanks
Created ‎12-18-2022 07:25 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@Tomas79 To get the truststore password and location use below CM API
curl -s -k -u admin:admin 'https://CM HOSTNAME(FQDN):7183/api/v45/certs/truststorePassword'
If you found that the provided solution(s) assisted you with your query, please take a moment to login and click Accept as Solution below each response that helped.
Created ‎07-22-2019 12:53 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Created ‎07-22-2019 12:58 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
As @mender mentioned, the documentation includes location of the files. Here is a link to the specific information:
https://www.cloudera.com/documentation/enterprise/latest/topics/auto_tls.html#auto_tls_agent_files
Created ‎12-18-2022 07:25 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@Tomas79 To get the truststore password and location use below CM API
curl -s -k -u admin:admin 'https://CM HOSTNAME(FQDN):7183/api/v45/certs/truststorePassword'
If you found that the provided solution(s) assisted you with your query, please take a moment to login and click Accept as Solution below each response that helped.
