mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-26 08:51:50 -06:00
18eea90ebb
This will later allow clients to securely download the CA cert by performaing mutual auth using LDAP with GSSAPI
8 lines
177 B
Plaintext
8 lines
177 B
Plaintext
# add CA certificate to LDAP server
|
|
dn: cn=CAcert,cn=ipa,cn=etc,$SUFFIX
|
|
changetype: add
|
|
objectClass: nsContainer
|
|
objectClass: pkiCA
|
|
cn: CAcert
|
|
cACertificate;binary:: $CADERCERT
|