Variabilisation des certificats supplémentaires
This commit is contained in:
parent
4a88cdd97f
commit
2cc2acbf06
2 changed files with 4 additions and 0 deletions
|
@ -22,3 +22,6 @@ Le rôle peut s'utiliser sans paramètre. Il est néanmoins possible d'utiliser
|
|||
```yaml
|
||||
reverse_proxy_SSLProtocol: all -SSLv2 -SSLv3
|
||||
```
|
||||
|
||||
A documenter :
|
||||
reverse_proxy_additional_certificates
|
|
@ -2,3 +2,4 @@ reverse_proxy_SSLProtocol: "all -SSLv2 -SSLv3 -TLSv1 -TLSv1.1"
|
|||
reverse_proxy_SSLCipherSuite: "EECDH+ECDSA+AESGCM EECDH+aRSA+AESGCM EECDH+ECDSA+SHA384 EECDH+ECDSA+SHA256 EECDH+aRSA+SHA384 EECDH+aRSA+SHA256 EECDH+aRSA+RC4 EECDH !SHA1 !DHE !EDH !aNULL !eNULL !LOW !3DES !MD5 !EXP !PSK !SRP !DSS !RC4"
|
||||
reverse_proxy_default_website: https://www.libretic.fr
|
||||
reverse_proxy_default_issue_url: https://www.libretic.fr/contact
|
||||
reverse_proxy_additional_certificates: []
|
Loading…
Reference in a new issue