16 lines
584 B
Plaintext
16 lines
584 B
Plaintext
dn: cn=config
|
|
changetype: modify
|
|
replace: olcTLSCipherSuite
|
|
olcTLSCipherSuite: ECDHE-RSA-AES256-SHA384:AES256-SHA256:!RC4:HIGH:!MD5:!EDH:!EXP:!SSLV2:!eNULL
|
|
-
|
|
replace: olcTLSProtocolMin
|
|
olcTLSProtocolMin: 3.4
|
|
-
|
|
replace: olcTLSCACertificateFile
|
|
olcTLSCACertificateFile: /etc/letsencrypt/live/CHANGEME.formation.opendoor.fr/fullchain.pem
|
|
-
|
|
replace: olcTLSCertificateFile
|
|
olcTLSCertificateFile: /etc/letsencrypt/live/CHANGEME.formation.opendoor.fr/fullchain.pem
|
|
-
|
|
replace: olcTLSCertificateKeyFile
|
|
olcTLSCertificateKeyFile: /etc/letsencrypt/live/CHANGEME.formation.opendoor.fr/privkey.pem |