Added instructions to create .p12 file using keytool (part of JDK)

This commit is contained in:
K
2025-08-03 20:28:13 +05:30
parent 0aba0e7911
commit 7ae2eca31b
+1
View File
@@ -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"