standardize ssl stuff
This commit is contained in:
parent
354141b4e3
commit
63719a1fd8
1 changed files with 3 additions and 0 deletions
|
@ -21,6 +21,9 @@ Listen 8443
|
|||
SSLCertificateFile /etc/pki/totpcgi/totpcgi-server.crt
|
||||
SSLCertificateKeyFile /etc/pki/totpcgi/totpcgi-server.key
|
||||
SSLCACertificateFile /etc/pki/totpcgi/totpcgi-ca.crt
|
||||
SSLHonorCipherOrder On
|
||||
SSLCipherSuite {{ ssl_ciphers }}
|
||||
SSLProtocol {{ ssl_protocols }}
|
||||
|
||||
SSLVerifyClient require
|
||||
SSLVerifyDepth 10
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue