Skip to content

Instantly share code, notes, and snippets.

@torzborz
Last active June 4, 2021 13:35
Show Gist options
  • Select an option

  • Save torzborz/fcc4da471b54b2155206b221460bc4fa to your computer and use it in GitHub Desktop.

Select an option

Save torzborz/fcc4da471b54b2155206b221460bc4fa to your computer and use it in GitHub Desktop.
Setup a new server

Ubuntu:

Language pack install:

apt install language-pack-**

Disable unsafe tls (ssl) versions:

SSLProtocol all -SSLv2 -SSLv3 -TLSv1 -TLSv1.1

apache: (SSL v2 is already disabled in Ubuntu 18.04) /etc/apache2/mods-available/ssl.conf

letsencrypt: /etc/letsencrypt/options-ssl-apache.conf

test configs/reload apache/check at ssllabs.com

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment