To generate a 2048-bit RSA certificate, use this command:
keytool -genkey -alias tomcat -keyalg RSA –keysize 2048 -dname cn=dsmserver
For more information about keytool, refer to this Oracle link: Keytool - Key and Certificate Management Tool.
To generate a 2048-bit RSA certificate, use this command:
keytool -genkey -alias tomcat -keyalg RSA –keysize 2048 -dname cn=dsmserver
For more information about keytool, refer to this Oracle link: Keytool - Key and Certificate Management Tool.
Deep Security10.0
Use this command if you want to create your own 2048-bit RSA certificate for Deep Security SSL communication.
To generate a 2048-bit RSA certificate, use this command:
keytool -genkey -alias tomcat -keyalg RSA –keysize 2048 -dname cn=dsmserver
For more information about keytool, refer to this Oracle link: Keytool - Key and Certificate Management Tool.