Top "Pkcs12" questions

cURL with a PKCS#12 certificate in a bash script

i have to connect to a webservice, where a pkcs12 certificate is a must. the idea was to use curl …

bash curl openssl pkcs12
What is the difference between a PKCS12 keystore and a PKCS11 keystore?

I'm interested in Java-NSS libraries, and I'm reading the Sun's P11 Guide. I am confused on the following: What is …

java security pkcs#11 nss pkcs12
How do I get the public key from a PFX certificate using Powershell?

I am trying to extract the public key from a certificate using Powershell. However, whenever I use the Powershell command …

powershell certificate public-key pkcs12
Should keystore password be same as PKCS12 certificate password?

I am trying to import PKCS12 certificate using keytool in java. It works fine only when the keystore password is …

java keystore keytool pkcs12