Reputation: 1473
I've been working alot with asymmetric encryption and pem, cer, cert, pfx, p12 files lately and I understand some of the differences between the different containers but not all.
Where can I find a list of different types of keys/certificate containers and their attributes?
For example, I have a .cert file that I think I need to convert to .pem but I don't actually know the difference between the two or if I actually really need to convert it.
Upvotes: 0
Views: 119
Reputation: 8467
Flip through this PDF for a bird's eye view. Past page 20 you'll find some information about containers: What Your Mother Didn't Tell You About PEM, DER, PKCS
Upvotes: 1
Reputation: 4283
I have found this to be a good resource for those kinds of questions.
Upvotes: 0