Create a keystore with a self-signed certificate, using the keytool command : KeyStore « Security « Java
- Java
- Security
- KeyStore
Create a keystore with a self-signed certificate, using the keytool command
keytool -keystore mySrvKeystore -keypasswd 123456 -genkey -keyalg RSA -alias mycert
Related examples in the same category