mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2026-09-03 20:52:56 -05:00
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
|