Updating IAMDIR/Group Management/LDAP certificates

LDAP Certificate expire after a couple of years. Below describes the new process for updating the cert used by the Web app.

  1. Upload new certificate, provided by the Security Team, to our S3 bucket

    1. TEST & DEV certs are located here cob-digital-apps-staging-config > group-mgmt

    2. PROD certs are located at cob-digital-apps-prod-config > group-mgmt

  2. Update the config file, .env , with the name of the new certificate file ... see below

Sample .env

...
LDAP_URL=[URL]:[PORT #]
LDAP_CERT='SSL.cer'
...

Last updated

Was this helpful?