PKI Certificate Tutorials - Herong's Tutorial Examples - v1.12, by Herong Yang
What Is PEM Certificate Bundle
This section describes what is PEM certificate bundle - a concatenation of multiple certificates in PEM format.
What Is PEM Certificate Bundle? A PEM certificate bundle is a text file of a concatenation of multiple certificates in PEM format.
Main features of PEM certificate bundle are:
Here is an example of PEM certificate bundle for trusted root CA certificates.
herong$ more /etc/pki/tls/certs/ca-bundle.crt # ACCVRAIZ1 -----BEGIN CERTIFICATE----- MIIH0zCCBbugAwIBAgIIXsO3pkN/pOAwDQYJKoZIhvcNAQEFBQAwQjESMBAGA1UE AwwJQUNDVlJBSVoxMRAwDgYDVQQLDAdQS0lBQ0NWMQ0wCwYDVQQKDARBQ0NWMQsw ... pPVWQxaZLPSkVrQ0uGE3ycJYgBugl6H8WY3pEfbRD0tVNEYqi4Y7 -----END CERTIFICATE----- # AC RAIZ FNMT-RCM -----BEGIN CERTIFICATE----- MIIFgzCCA2ugAwIBAgIPXZONMGc2yAYdGsdUhGkHMA0GCSqGSIb3DQEBCwUAMDsx CzAJBgNVBAYTAkVTMREwDwYDVQQKDAhGTk1ULVJDTTEZMBcGA1UECwwQQUMgUkFJ ... uu8wd+RU4riEmViAqhOLUTpPSPaLtrM= -----END CERTIFICATE----- ...
Table of Contents
Introduction of PKI (Public Key Infrastructure)
Introduction of PKI Certificate
OpenSSL - Cryptography Toolkit
"openssl ca" - CA (Certificate Authority) Tool
Java "keytool" Commands and KeyStore Files
What Is Windows Certificate Store
►What Is PEM Certificate Bundle
What Is PKCS12 Certificate Bundle
PKCS12 Certificate Bundle File