Generating a certificate pfx file

Last Updated : Aug 07, 2023 |

Procedure

  1. Create an end entity in Avaya Aura® System Manager. See Creating end entities.
  2. Create a Certificate Signing Request (CSR) file. See Creating a Certificate Signing Request.
  3. Create a certificate from CSR. See Creating a certificate from a CSR. Download the certificate in PEM format.
  4. Open windows command line from the downloaded certificate location.
  5. Run the following command, replacing your certificate name with certname where appropriate, and also cache key with the key file you used in step 2.

    openssl pkcs12 -export -out certname.pfx -inkey cache.key -in certname.pem