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