ActionOwl
ActionOwl

Reputation: 1473

Where can I find a list of different types of key/certificate containers and their attributes?

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

Answers (2)

Jim Flood
Jim Flood

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

Steve Mallory
Steve Mallory

Reputation: 4283

I have found this to be a good resource for those kinds of questions.

Upvotes: 0

Related Questions