File: //proc/thread-self/root/etc/httpd/conf.d/ssl.conf
Listen 8443 https
AcceptFilter https none
SSLVerifyClient none
SSLPassPhraseDialog exec:/usr/libexec/httpd-ssl-pass-dialog
SSLSessionCache shmcb:/run/httpd/sslcache(512000)
# One day of SSL key cache (only nginx talks to apache)
SSLSessionCacheTimeout 86400
#
SSLRandomSeed startup file:/dev/urandom 256
SSLRandomSeed connect builtin
SSLCryptoDevice builtin
SSLProtocol all -SSLv2 -SSLv3
SSLHonorCipherOrder on
SSLCipherSuite "EECDH+ECDSA+AESGCM EECDH+aRSA+AESGCM EECDH+ECDSA+SHA384 EECDH+ECDSA+SHA256 EECDH+aRSA+SHA384 EECDH+aRSA+SHA256 EECDH EDH+aRSA !aNULL !eNULL !LOW !3DES !MD5 !EXP !PSK !SRP !DSS !RC4"
SSLCertificateFile /etc/httpd/conf/websiteseguro/websiteseguro_com.crt
SSLCertificateKeyFile /etc/httpd/conf/websiteseguro/websiteseguro_com.key
SSLCACertificateFile /etc/httpd/conf/websiteseguro/websiteseguro_com_CA.crt
SSLCACertificatePath /etc/httpd/conf/websiteseguro/