2 years ago
#44091
Jayde
Is it valid to have a certificate chain contained within START/END CERTIFICATE labels in a PEM file?
I have a pem file that is structured as follows:
-----BEGIN CERTIFICATE-----
<leaf cert details in Base64>
<root cert details in Base64>
-----END CERTIFICATE-----
instead of how I would typically expect it to be structured:
-----BEGIN CERTIFICATE-----
<leaf cert details in Base64>
-----END CERTIFICATE-----
-----BEGIN CERTIFICATE-----
<root cert details in Base64>
-----END CERTIFICATE-----.
Is the former file valid according to any RFC?
ssl
ssl-certificate
x509
pem
0 Answers
Your Answer