Authentication Manager 8.x Wildcard Certificate Fails with 'Subject Name Does Not Match Hostname'
a day ago
Originally Published: 2013-09-18
Article Number
000050997
Applies To

RSA Product Set: SecurID
RSA Product/Service Type: Authentication Manager
RSA Version/Condition: 8.x

Issue

When attempting to activate a wildcard certificate in the RSA Authentication Manager Operations Console, the activation fails immediately with an error dialog. The certificate is rejected and cannot be activated.

Observable Symptoms:

  • Wildcard certificate activation fails in the Operations Console
  • The following error dialog appears on screen:
    The certificate subject name does not match the hostname of this solution. Select another certificate to activate.
Cause

RSA Authentication Manager does not support wildcard certificates — it requires the certificate's Common Name (CN) to exactly match the fully qualified hostname (FQHN) of the server instance.

A wildcard certificate (e.g., *.domain.com) is designed to secure multiple subdomains under a single certificate. However, Authentication Manager enforces a strict one-to-one match between the certificate CN and the server's FQHN as a security requirement for SSL certificate activation. When the CN contains a wildcard (*) instead of an exact hostname, AM immediately rejects the certificate with the subject name mismatch error.

This commonly happens when an organization attempts to reuse an existing wildcard certificate — typically issued for web or load balancer use — for the Authentication Manager server instead of requesting a dedicated certificate for the AM instance.

 

Resolution

Wildcard certificates are not supported in Authentication Manager. You must generate a new Certificate Signing Request (CSR) using the exact fully qualified hostname (FQHN) of the AM server and obtain a dedicated certificate from your Certificate Authority (CA).

 

  1. Log in to the Operations Console.
  2. Navigate to Deployment Configuration > Certificates > Console Certificate Management.
  3. Click Generate Certificate Signing Request (CSR).
  4. In the Alias field, choose an Alias for your certificate.
  5. Complete the remaining fields and click Generate. Save the CSR file.
  6. Submit the CSR to your Certificate Authority (CA) and request a dedicated certificate — confirm with your CA that the CN will not contain a wildcard.
  7. Once you receive the signed certificate, return to Deployment Configuration > Certificates > Console Certificate Management, click Import Certificate, and import the signed certificate.
  8. Click Activate to activate the new certificate.

 

Notes