Skip to content

Instantly share code, notes, and snippets.

@thospfuller
Created September 2, 2020 19:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thospfuller/7b4e22e673d8060339f2f843c99d8da6 to your computer and use it in GitHub Desktop.
Save thospfuller/7b4e22e673d8060339f2f843c99d8da6 to your computer and use it in GitHub Desktop.
This change will set TLS to version 1.3 and is applied in the Apache Let's Encrypt configuration file in Ubuntu as specified below.
#
# Test with:
#
# https://www.immuniweb.com/ssl/
#
# Change applied to:
#
# /etc/letsencrypt/options-ssl-apache.conf
#
SSLProtocol +TLSv1.3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment