mirror of
https://github.com/myvesta/vesta.git
synced 2024-11-23 05:50:37 -08:00
13 lines
406 B
Plaintext
13 lines
406 B
Plaintext
LoadModule ssl_module modules/mod_ssl.so
|
|
|
|
AddType application/x-x509-ca-cert .crt
|
|
AddType application/x-pkcs7-crl .crl
|
|
|
|
SSLPassPhraseDialog builtin
|
|
SSLSessionCache shmcb:/var/cache/mod_ssl/scache(512000)
|
|
SSLSessionCacheTimeout 300
|
|
SSLMutex default
|
|
SSLRandomSeed startup file:/dev/urandom 256
|
|
SSLRandomSeed connect builtin
|
|
SSLCryptoDevice builtin
|