Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- SSLPassPhraseDialog builtin`
- SSLSessionCache shmcb:/var/cache/mod_ssl/scache(512000)
- SSLStaplingCache shmcb:/var/run/ocsp(128000)
- SSLSessionCacheTimeout 300
- #SSLMutex default
- SSLRandomSeed startup file:/dev/urandom 256
- SSLRandomSeed connect builtin
- SSLCryptoDevice builtin
- <VirtualHost *:80>
- ServerName seedbox.domain.com
- Redirect permanent / https://seedbox.domain.com
- </VirtualHost>
- <VirtualHost *:443>
- ServerName seedbox.domain.com
- Options +Indexes +MultiViews +FollowSymLinks
- SSLEngine on
- DocumentRoot "/srv/rutorrent/home"
- <Directory "/srv/rutorrent/home/">
- Options +Indexes +FollowSymLinks +MultiViews
- AllowOverride All AuthConfig
- Order allow,deny
- Allow from all
- AuthType Digest
- AuthName "rutorrent"
- AuthUserFile '/etc/htpasswd'
- Require valid-user
- </Directory>
- SSLEngine on
- #SSLProtocol all -SSLv2
- SSLProtocol all -SSLv3 -SSLv2 -TLSv1 -TLSv1.1
- #SSLCipherSuite ALL:!ADH:!EX45343:!SSLv2:RC4+RSA:+HIGH:+MEDIUM:+LOW
- SSLCipherSuite ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256
- SSLHonorCipherOrder on
- SSLCompression off
- SSLSessionTickets off
- SSLUseStapling on
- SSLStaplingResponderTimeout 5
- SSLStaplingReturnResponderErrors off
- SSLCertificateFile /etc/letsencrypt/live/seedbox.domain.com/cert.pem
- SSLCertificateKeyFile /etc/letsencrypt/live/seedbox.domain.com/privkey.pem
- SSLCertificateChainFile /etc/letsencrypt/live/seedbox.domain.com/chain.pem
- Header always set Strict-Transport-Security "max-age=15768000"
- SetEnvIf User-Agent ".*MSIE.*" \
- nokeepalive ssl-unclean-shutdown \
- downgrade-1.0 force-response-1.0
- <Proxy *>
- Require all granted
- </Proxy>
- SCGIMount /username 127.0.0.1:53412
- </Virtualhost>
Advertisement
Add Comment
Please, Sign In to add comment