web3 apache certbot

master
forksand 3 years ago
parent 405d67cbab
commit 366526e48a

@ -40,3 +40,10 @@ certbot certonly -a certbot-dns-njalla:dns-njalla --certbot-dns-njalla:dns-njall
systemctl restart apache2
```
## Misc
```
htpasswd -c /etc/apache2/.htpasswd jebba
chmod 600 /etc/apache2/.htpasswd
```

@ -17,7 +17,7 @@ ProxyVia On
ServerName vweb3.forksand.com
SSLCertificateFile /etc/letsencrypt/live/vweb3.forksand.com/fullchain.pem
SSLCertificateKeyFile /etc/letsencrypt/live/vweb3.forksand.com/privkey.pem
Include /etc/letsencrypt/options-ssl-apache.conf
# Include /etc/letsencrypt/options-ssl-apache.conf
SSLProtocol -All TLSv1.3 TLSv1.2 -SSLv2 -SSLv3 -TLSv1 -TLSv1.1
SSLCipherSuite AES256+EECDH

Loading…
Cancel
Save