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
Log in to ADSelfService Plus as an administrator.
Navigate to Admin > Product Settings > Connection > Connection Settings.
Click Apply SSL Certificate.
Select the Apply Certificate option.
In the Upload Certificate File field, click Browse and select your .pfx file from your system.
Enter the password associated with the .pfx file in the Certificate Password field.
Click Apply.
Restart the ADSelfService Plus service manually via services.msc for the changes to take effect.
Validation and confirmation
After restarting the server:
Access the ADSelfService Plus portal via its configured HTTPS port.
https://<hostname>:9251 Click the padlock icon in the browser's address bar.
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
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. ...