Hello,
I need to integrate Proxmox Cluster with Active Directory, I managed to integrate it and sync users and groups via LDAP.
Now for security reasons I wanted to test the configuration via LDPAS so I changed the mode, without certificate verification and everything continued to work;
At this point I copied the self-signed CA root (cacert.pem), into one node of the cluster, within the /etc/ssl/certs directory, the output below
I did a test to verify the CA with the AD certificate (ad_test_server.crt) as follows:
My domain.cfg file is as follows:
If I try to activate the Certificate verification I get:
I need to integrate Proxmox Cluster with Active Directory, I managed to integrate it and sync users and groups via LDAP.
Now for security reasons I wanted to test the configuration via LDPAS so I changed the mode, without certificate verification and everything continued to work;
At this point I copied the self-signed CA root (cacert.pem), into one node of the cluster, within the /etc/ssl/certs directory, the output below
Code:
wxrwxrwx 1 root root 43 Nov 8 20:11 cacert.pem -> /usr/local/share/ca-certificates/cacert.crt
I did a test to verify the CA with the AD certificate (ad_test_server.crt) as follows:
Code:
# openssl verify -CAfile cacert.pem ad_test_server.crt
ad_test_server.crt: OK
My domain.cfg file is as follows:
Code:
ad: test
domain test.intranet
server1 10.0.2.50
base_dn DC=test,DC=intranet
bind_dn admin
case-sensitive 1
default 0
mode ldaps
sync-defaults-options scope=both
If I try to activate the Certificate verification I get:
Code:
update auth server failed: hostname verification failed (500)
Last edited: