deb/apache-letsencrypt.bash
changeset 37 f2b49f2d087b
parent 36 dc0a281349d1
child 38 5c3fb23b9208
--- a/deb/apache-letsencrypt.bash	Thu May 02 15:54:42 2024 +0300
+++ b/deb/apache-letsencrypt.bash	Thu May 02 15:55:17 2024 +0300
@@ -33,6 +33,9 @@
 # systemctl reload apache2
 # sudo certbot --apache --agree-tos --redirect -m youremail@email.com -d domainname.com -d www.domainname.com
 
+# apt download python3-certbot-apache
+#   /usr/lib/python3/dist-packages/certbot_apache/_internal/tls_configs/current-options-ssl-apache.conf
+#   /usr/lib/python3/dist-packages/certbot_apache/_internal/tls_configs/old-options-ssl-apache.conf
 cat >/srv/www/letsencrypt/apache-ssl-options.conf <<EOF
 SSLEngine on
 SSLProtocol             all -SSLv2 -SSLv3 -TLSv1 -TLSv1.1