There is a question of how SSL/TLS certificates should be presented in a PEM file for import into Symantec Messaging Gateway (SMG).
Certificates that are imported into the SMG must follow the following rules:
-----BEGIN CERTIFICATE-----
ASCII data for the SMG host CERTIFICATE
-----END CERTIFICATE-----
-----BEGIN CERTIFICATE-----
ASCII data for the Intermediate CERTIFICATE
-----END CERTIFICATE-----
-----BEGIN CERTIFICATE-----
ASCII data for the Root CERTIFICATE
-----END CERTIFICATE-----
-----BEGIN RSA PRIVATE KEY-----
ASCII data for the private key used to generate the SMG certificate
-----END RSA PRIVATE KEY-----