Where can I find a list of different types of key/certificate containers and their attributes?
I've been working alot with asymmetric encryptio开发者_JAVA百科n 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.
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
I have found this to be a good resource for those kinds of questions.
精彩评论