TIPS AND TRICKS
How to work with PFX certificate file ?
We will understand this by asking questions in a sequence !
What is PKCS #12 ?
RSA Lab published multiple standards in cryptography. Which in general are called PKCS. PKCS #12 defines an archive file format for storing many cryptography objects as a single file. The filename extension for PKCS #12 files is .p12
or .pfx
How to work with PFX file ?
PFX file, is a single, password protected or password-less certificate archive which…