I have Confluence and JIRA running on the same machine. I want them both running HTTPS/SSL.
Do I need to generate a key and Keystore for each?
keytool -genkeypair -alias tomcat -keyalg RSA -keystore /var/atlassian/atlassianConfluence.keystore
keytool -genkeypair -alias jira -keyalg RSA -keystore /var/atlassian/atlassianJira.keystore
Can they use the same keystore but with different alias?
The Confluence guide says to use alias "tomcat". Does it make a difference what the alias is?
Meaning if I generate the keys with different alias's(confluence and jira) and get them signed I can then import the different key chains and use the same keystore.
How does this affect application links?