To convert .jks to .p7b (PKCS #7), you will need to use the
keytool -importkeystore -srckeystore myks.jks -destkeystore mystore.p12 -srcstoretype JKS -deststoretype PKCS12 -srcstorepass mypwd -deststorepass mypwd -srcalias myalias -destalias myalias -srckeypass mypwd -destkeypass mypwd -noprompt
You can also learn how to convert other certificates.
Convert .Crt Certificates
Convert .Cer Certificates
Convert .jks Certificates
Convert .pem Certificates
Convert .der Certificates
Convert .p7b Certificates
Convert .p12 Certificates
See Also:
How to Setup Email on DigitalOcean
How to Add Sudo User in Ubuntu and Linux with Root Privileges
0 Comments