Title
Create new category
Edit page index title
Edit category
Edit link
How do I identify and renew the certificate for Active Directory integration in MetaDefender Core?
This article applies to all MetaDefender Core releases deployed on Windows and Linux systems.
Overview: This article provides guidance on identifying the certificate configured for Active Directory integration and renewing it, whenever StartTLS or SSL encryption is being used.
Prerequisites:
- Access to the MetaDefender Core server.
- Access to the Active Directory domain controller.
Steps to Configure:
Identify the certificate: Use openssl to query the LDAPS port and see the exact certificate currently serving the connection:
openssl s_client -connect <DC_IP_OR_FQDN>:636 -showcertsRenew the Active Directory certificate:
- Follow the vendor’s documentation to create a certificate request, submit it to a CA, and apply the renewed certificate. For example: Microsoft’s Enable LDAP over SSL (external link).
- Once the Active Directory certificate is renewed, run the above command to confirm that the renewed certificate is serving the connection.
Install the certificate: Install the renewed certificate and/or the certificate issuer on the MetaDefender Core server, similar to Adding a new Active Directory.
Verify the Change: Run the openssl command after renewing the certificate to confirm the new certificate is being used.
If Further Assistance is required, please proceed to log a support case or chat with our support engineer.
