23 lines
839 B
Plaintext
23 lines
839 B
Plaintext
################################################################################
|
|
##### ssl.conf generated by puppet - manual changed will be overwritten #####
|
|
################################################################################
|
|
########## full reference file is available under ###########
|
|
########## 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
|
|
SSLRandomSeed startup file:/dev/urandom 256
|
|
SSLRandomSeed connect builtin
|
|
SSLCryptoDevice builtin
|
|
|
|
NameVirtualHost *:443
|
|
|
|
include /etc/httpd/conf.d/*_ssl.conf
|