PEM 文件格式
(2013-12-26 13:55:18)
标签:
it |
分类: security |
Openssl使用PEM(RFC
1.
PEM stands for Privacy
Enhanced Mail.
It is a file format used to hold digital certificates.
A .pem format file looks like this:
----BEGIN CERTIFICATE----
block of base64 encoded data
----END
CERTIFICATE----
The format supports multiple digital
certificates.