About this task
Avaya Aura® Web Gateway accepts certificates in either the PEM or PKCS12 formats.
Note:
PEM is a Base64 encoded ASCII format. The certificate data is prefixed with the -----BEGIN CERTIFICATE----- line and followed by the -----END CERTIFICATE----- line. The most common file name extensions are .pem, crt, and cer.
PKCS12 is a binary format that contains the server certificate, intermediate certificates and the private key in a single encryptable file. The file name extensions for this format are .pfx and .p12.