Hi,
We have installed JIRA On Linux. We are trying to setup https.
$JAVA_HOME/bin/keytool -genkey -alias tomcat -keyalg RSA
This asks for the KeyStore password. What is that. Please help
Thanks
Deepak Bhatia
Hi there
By this command, you'll be creating a new .keystore file in $user_profile path. So, probably it is asking for a new password.
However, please try to use the default JAVA password, which is changeit . Otherwise, you'll have to add the tag keystorePass = 'userpassword' in the server.xml file.
Fir further details, please use the previous documentation.
Cheers,
Paulo Renato
Obviously, you should always change a keystore password.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Er, we have no idea. Jira needs to know what the password you have set on your keystore. If you don't know it, then contact whoever set it up for you. If you don't have a keystore, or you don't know the password, you'll have to create a new one and use that.
Have a look at http://docs.oracle.com/javase/1.4.2/docs/tooldocs/windows/keytool.html and http://www.sslshopper.com/article-most-common-java-keytool-keystore-commands.html for a more human friendly set of hints
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.