Our Community is getting an upgrade! To get everything ready for the relaunch, we’ll be placing the site in read-only mode starting September 21st.
We really appreciate your understanding while we get things set up behind the scenes. Catch up on all the exciting details about the move here.
Need help or have questions? Drop us a line at [email protected]

Support Questions

Find answers, ask questions, and share your expertise
Announcements
Share your experience with Cloudera on G2 and get a $25 Amazon Gift card.
Hi, I'm CLEO! Something exciting is coming to the Community. Stay Tuned!

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...