I have a .pem file which has two certificates
-----BEGIN CERTIFICATE-----
certificate1Data
-----END CERTIFICATE-----
-----BEGIN CERTIFICATE-----
certificate2Data
-----END CERTIFICATE-----
From my knowledge the .pem file can have only 1 certificate, why would it have 2?