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.
Upload new certificate, provided by the Security Team, to our S3 bucket
TEST&DEVcerts are located herecob-digital-apps-staging-config > group-mgmtPRODcerts are located atcob-digital-apps-prod-config > group-mgmt
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?