- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Remove certificate manager for Auto-TLS to Custom.
- Labels:
-
Cloudera Manager
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Created 08-13-2019 09:10 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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...
Created 08-13-2019 09:10 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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...
