Privacy-enhanced Electronic Mail
개인정보 보호향상 메일 (Privacy Enhanced Mail; PEM)
PEM File
Following is a sample PEM file containing a private key and a certificate, please note that real certificates are a couple of times larger, containing much more random text between the "BEGIN" and "END" headers. *.pem
파일은 Base64로 암호화 된 인증서 이다. -----BEGIN CERTIFICATE-----
와 -----END CERTIFICATE-----
가운데에 들어간다.
Rules
A few rules apply when copying a certificate around
-
----- BEGIN CERTIFICATE -----
and----- END CERTIFICATE -----
A single key or certiciate must start with the appropriate header. Always copy the certificate with the header and footer notes. - The number of dashes ("-----") is meaningful, and must be correct.