Tomcat Web Server SSL Certificate Installation
How to generate a CSR in Tomcat with Keytool Create a New Keystore You will need to create a new Keystore, this is done by this command:
1 |
keytool -genkey -alias domainname.prefix -keyalg RSA -keysize 2048 -keystore /path/domainname.prefix.jks |
When the commands ask for the...
Sidste kommentar