To use secure links between clients and the AE Services server, install the trusted CA certificate.
When you install trusted CA certificates, import the entire certificate chain, including the root certificate. The trusted CA certificate or certificate chain must be in text format, PEM- or Base64-encoded. A certificate chain must be in the PKCS#7 format and contain all trusted certificates. You can also import certificates in the chain individually if they are not available in the PKCS#7 format. Ensure that you import all the required certificates.
A PEM- or Base64-encoded file must have a header and a trailer in the following format:
----BEGIN CERTIFICATE-----
<...>
-----END CERTIFICATE-----
A PKCS#7 file must have a header and a trailer in the following format:
-----BEGIN PKCS7-----
<...>
-----END PKCS7-----