Added instructions to create .p12 file using keytool (part of JDK)
This commit is contained in:
@@ -0,0 +1 @@
|
||||
GENERATE USING: keytool -genkeypair -alias skycrateSSL -keyalg RSA -keysize 4096 -keystore keystore.p12 -storetype PKCS12 -validity 3650 -dname "CN=localhost, OU=Skycrate, O=Skycrate, C=India"
|
||||
Reference in New Issue
Block a user