Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Remove certificate manager for Auto-TLS to Custom.

avatar
Explorer

Hi Community,

 

I am we have configured auto TLS on our dev enviroment and trying to switch to custom and not using self signed cert anymore. When i try and upload the.

 

I have ran   

psql (9.2.24)
Type "help" for help.

postgres=# \c scm
You are now connected to database "scm" as user "postgres".
scm=# update CONFIGS set VALUE='false' where ATTR='agent_tls';
UPDATE 1
scm=# delete from CONFIGS where ATTR='web_tls';
DELETE 1
scm=# \q

 

but still cant add cert add custom certs

1 ACCEPTED SOLUTION

avatar
Master Collaborator

What version of CM/CDH are you using?


Do you have an enterprise licensee (its required for Auto-TLS).

 

From the documentation here: 

 

https://www.cloudera.com/documentation/enterprise/latest/topics/auto_tls.html

 

What section/step of the documentation are you on? 

 

All that step did (touching the database) was disable TLS in the CM config... 

View solution in original post

1 REPLY 1

avatar
Master Collaborator

What version of CM/CDH are you using?


Do you have an enterprise licensee (its required for Auto-TLS).

 

From the documentation here: 

 

https://www.cloudera.com/documentation/enterprise/latest/topics/auto_tls.html

 

What section/step of the documentation are you on? 

 

All that step did (touching the database) was disable TLS in the CM config...