Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

TLS/SSL configuration

avatar
Expert Contributor

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

1 ACCEPTED SOLUTION

avatar
Master Guru

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

View solution in original post

2 REPLIES 2

avatar
Master Guru

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

avatar
Expert Contributor
If someone is interested tls setting is in cmserver database in CONFIGS table 🙂

select * from CONFIGS WHERE ATTR="agent_tls";

CM is workining again 😉