What is the difference between a PKCS12 keystore and a PKCS11 keystore?
PKCS#12 is a file format (often called .p12 or .pfx) where you can store a private key and certificates. It’s used for converting/transporting keys and certificates, mainly. If you export a private key + certificate from your browser, it’s likely going to be in that format. PKCS#11 is an interface, usually used to talk to … Read more