freeipa/install/share/upload-cacert.ldif
Simo Sorce 18eea90ebb Upload CA cert in the directory on install
This will later allow clients to securely download the CA cert by
performaing mutual auth using LDAP with GSSAPI
2013-01-23 14:26:41 -05:00

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