When I want to create the Keystore, I don't know where I can do this and specifically how.
I don't understand where I need do this command:
<JAVA_HOME>/keytool -genkey -alias jira -keyalg RSA -keystore <Jira_HOME>/jira.jks
Hi Natalia,
Welcome to the Atlassian Community.
You have to run that command on Jira's server. And you need to replace those placeholders.
More information about this procedure can be found on this page.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Natalia,
You shouldn't use the < and > around the file path.
<...> is a a notation used to indicate you should replace that with the actual value leaving out those surrounding characters.
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.