Configuring Active Directory with LDAPS
Note
This guide is relevant only for our VA on-premises product.
Prerequisites
Before you start, make sure you have:
| n | The certificate file in .crt format |
| t | If the certificate file is in .cer format, convert it to .crt by executing the following command: |
openssl x509 -inform PEM -in /<CERT_PATH>/<CERT_NAME>.cer -out /<CERT_PATH>/<CERT_NAME>.crt
where <CERT_PATH> and <CERT_NAME> are replaced by the certificate path and certificate name.
Procedure
| 1. | Copy the .crt file under /etc/pki/for each node. |
| 2. | Execute rollout restart for identity pods: |
kubectl rollout restart deployment mng-service-identity-deployment -n votiro
| 3. | Login to the UI, navigate to System Setup > Active Directory and fill in the required information. |
| 4. | Make sure the username is written with the domain prefix, domain\username. See the screenshot as a reference: |

| 5. | Verify that Use SSL is checked. |
| 6. | Proceed by clicking Test. |
| 7. | Save the changes by clicking the Save button. |
Comments
0 comments
Please sign in to leave a comment.