Does pkcs12 need password?
Does pkcs12 need password? -nodes means "don't encrypt private key" but in a PKCS#12 file, the certificates are encrypted as well, so even with -nodes you'd need an export password. How do I get my p12 password? Click “File” -> “Export Items” and choose “Personal Information Exchange (. p12)” format. Select the location and provide name to export the (. p12) certificate and click “Save” to provide password. Does p12 file contain private key? p12 contains both the private and the public key, and also information about the owner (name, email address, etc. ) all being certified by a third...