16 lines
314 B
Plaintext
16 lines
314 B
Plaintext
# Mise en œuvre SSL
|
|
dn: cn=config
|
|
changetype: modify
|
|
replace: olcTLSCertificateFile
|
|
olcTLSCertificateFile: CHANGEME
|
|
-
|
|
replace: olcTLSCertificateKeyfile
|
|
olcTLSCertificateKeyfile: CHANGEME
|
|
-
|
|
replace: olctlsverifyclient
|
|
olctlsverifyclient: never
|
|
-
|
|
replace: olctlscacertificatefile
|
|
olctlscacertificatefile: CHANGEME
|
|
|