Creating a web interface certificate in PFX format

Adding a web interface certificate in PFX format involves the following steps.

  1. Generating a certificate in the certification authority

    The certificate with a private key is generated in the PKCS#12 container format and is saved in the certificate store of the current user.

  2. Exporting a certificate to a file

    After a certificate is generated, you must export it together with the private key to a file with the P12 or PFX extension.

  3. Importing the certificate into the application
Page top