diff --git a/templates/ssl_conf.erb b/templates/ssl_conf.erb index 394ad39..25cfd80 100644 --- a/templates/ssl_conf.erb +++ b/templates/ssl_conf.erb @@ -5,14 +5,12 @@ ########## https://confdroid.com/2017/06/apache-ssl-conf-v-2-4/ ########### ################################################################################ -LoadModule ssl_module modules/mod_ssl.so - Listen 443 SSLPassPhraseDialog builtin SSLSessionCache shmcb:/var/cache/mod_ssl/scache(512000) SSLSessionCacheTimeout 300 -SSLMutex default +Mutex default SSLRandomSeed startup file:/dev/urandom 256 SSLRandomSeed connect builtin SSLCryptoDevice builtin