Hello guys
I need your help i had installed the Jira software on ubuntu 16.04 and now i can connect it throw the default link http://jira.domainnamer:8080
now i'm trying to connect throw https instated of http by following this steps.
by adding self side certificate.
after import the certificate into the keysote and going to the JIRA configuration tool and choose the keystore /etc/ssl/certs/java/cacerts with the default keypass and typing the alias that i had add i got that message: the referenced certificate could not be found or accessed
Also, I had tried another way by using letsencrypt by following that method: https://gist.github.com/dborin/dd501b28967d3784fa646534dbea6ffa
while converting that PKCS12 to a JKS i got the below:
java.lang.Exception: Certificate reply and certificate in keystore are identical
Any advice ?