Hi guys,
During installation of Confluence at a customer, I have added a custom certificate to the keystore using
/opt/atlassian/confluence/jre/bin/keytool -import -alias dev-confluence.customername.eu:443 -keystore /opt/atlassian/confluence/jre/lib/security/cacerts -file public.crt
Now, it seems that Confluence is still bugging somewhere (still unable to connect to SSL services) and I've really tried everything else that I could find in Atlassian documentation.
I think something might be wrong with the certificate so I would like to remove it and add it again.
Any suggestions?
Hi @Véronique You can delete certificate using below command
/opt/atlassian/confluence/jre/bin/keytool -delete -alias dev-confluence.acer-remit.eu:443 -keystore /opt/atlassian/confluence/jre/lib/security/cacerts
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.