What are the different file formats client certificates can be stored in, and which ones are typically compatible with Postman?

Responsive Ad Header

Question

Grade: Education Subject: Support
What are the different file formats client certificates can be stored in, and which ones are typically compatible with Postman?
Asked by:
127 Viewed 127 Answers

Answer (127)

Best Answer
(389)
Client certificates are commonly stored in .p12, .pfx, .pem, .crt, and .cer formats. Postman typically supports .p12 and .pfx formats, which are container formats that include both the certificate and the private key. While .pem, .crt, and .cer files can contain certificates, you'll often need the corresponding private key separately, which might require converting them to .p12 or .pfx.