- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
TLS/SSL configuration
- Labels:
-
Cloudera Manager
Created on 05-12-2016 04:18 AM - edited 09-16-2022 03:19 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello Guys!
Where can I find a file with configuration for the following property in CM:
-Use TLS Encryption for Agents
Link to the documentation:
http://www.cloudera.com/documentation/enterprise/latest/topics/cm_sg_config_tls_encr.html
Thanks for help
Andrzej
Created 05-12-2016 07:57 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello Andrzej,
The Cloudera Manager configuration is stored in the Cloudera Manager database that you configured in /etc/cloudera-scm-server/db.properties.
It is not stored in a flat file.
Regards,
Ben
Created 05-12-2016 07:57 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello Andrzej,
The Cloudera Manager configuration is stored in the Cloudera Manager database that you configured in /etc/cloudera-scm-server/db.properties.
It is not stored in a flat file.
Regards,
Ben
Created 05-12-2016 08:18 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
select * from CONFIGS WHERE ATTR="agent_tls";
CM is workining again 😉
