Sunday, April 28, 2013

PKCS Keystore using KeyTools

PKCS Keystore using KeyTools


To create a keystore of PKCS12 type (.pfx) you have to specify it with -storetype PKCS12:



keytool -genkey -alias {desired alias certificate} -keystore {path to keystore.pfx} -storepass {password} -validity 365 -keyalg RSA -keysize 2048 -storetype pkcs12




OCI Knowledge Series: OCI Infrastructure components

  Oracle Cloud Infrastructure (OCI) provides a comprehensive set of infrastructure services that enable you to build and run a wide range of...