How to apply a .PFX certificate in ADSelfService Plus

How to apply a .PFX certificate in ADSelfService Plus

Objective

This article explains how to import and apply a .pfx certificate in ADSelfService Plus to enable HTTPS access. A .pfx file securely bundles your SSL certificate and its corresponding private key, allowing you to replace the default self-signed certificate with a trusted one. This ensures encrypted communication between users and the ADSelfService Plus server.

Prerequisites 

  • ADSelfService Plus must be installed and accessible (default port: 9251).
  • Have administrative privileges in ADSelfService Plus.
  • Have a valid, password-protected .pfx file containing the public SSL certificate; a private key; and the certificate chain from a trusted certificate authority (CA).

Steps to apply a .pfx certificate 

  1. Log in to ADSelfService Plus as an administrator.
  2. Navigate to Admin > Product Settings > Connection > Connection Settings.
  3. Click Apply SSL Certificate.
  4. Select the Apply Certificate option.
  5. In the Upload Certificate File field, click Browse and select your .pfx file from your system.
  6. Enter the password associated with the .pfx file in the Certificate Password field.
  7. Click Apply.
  8. Restart the ADSelfService Plus service manually via services.msc for the changes to take effect.

Validation and confirmation 

After restarting the server:
  1. Access the ADSelfService Plus portal via its configured HTTPS port.
Info https://<hostname>:9251 
  1. Click the padlock icon in the browser's address bar.
  2. Inspect the certificate details and verify the following:
    • Common Name (CN) or Subject Alternative Name (SAN) matches your server hostname.
    • Certificate Issuer is the name of your CA.
    • The validity period is current and not expired.
    • The certificate chain is complete and the certificate is shown as trusted by your browser.

Tips 

  • Use a trusted CA: Always use SSL certificates issued by a trusted CA to avoid browser trust warnings.
  • Backup your existing certificate: Always create a backup of your current certificate (if any) and its configuration before importing a new one. This ensures you can revert to the previous state if any issues arise.
  • Ensure the Access URL of ADSelfService Plus is set to HTTPS after binding the certificate.

How to reach support                                 

If the issue persists, contact our support team here

                  New to ADSelfService Plus?

                    • Related Articles

                    • How to install existing PFX Certificate?

                      Summary This article will guide you through the process of applying a multi-domain or wildcard certificate (PFX) in ADSelfService Plus. Configuration steps Step 1: Enable HTTPS in ADSelfService Plus Log in to ADSelfService Plus with admin ...
                    • How to migrate or reuse an SSL certificate in ADSelfService Plus

                      Objective This article explains how to locate and migrate an existing SSL certificate from one ADSelfService Plus instance to another. This is useful when migrating your application to a new server, allowing you to reuse your current certificate, ...
                    • Migrating from ADSelfService Plus 32-bit to ADSelfService Plus 64-bit

                      This article will help you migrate from ADSelfService Plus 32-bit version to the 64-bit version. Before you begin 32-bit to 64-bit migration is possible only between the same builds. For example, you cannot migrate from a 32-bit version of build 5310 ...
                    • How to install P7B certificate in ADSelfService Plus?

                      Summary This article will guide you through the process of applying a single-domain certificate (CER, CRT, P7B, etc.) in ADSelfService Plus. Configuration steps Step 1: Enable HTTPS in ADSelfService Plus Log in to ADSelfService Plus with admin ...
                    • Multi-factor authentication techniques in ADSelfService Plus

                      Let's take a look into the various authentication methods supported by ADSelfService Plus for enterprise multi-factor authentication (MFA). Why should you use MFA? Authentication based solely on usernames and passwords is no longer considered secure. ...