Skip to content

Instantly share code, notes, and snippets.

@dasgoll
Created March 20, 2020 12:16
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 dasgoll/5d778cb9da5ca6a4a3ffc8665132fa2d to your computer and use it in GitHub Desktop.
Save dasgoll/5d778cb9da5ca6a4a3ffc8665132fa2d to your computer and use it in GitHub Desktop.
Let's encrypt setup for Apache
# On Amazon Linux 2
yum install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
yum install -y python2-certbot-apache.noarch
certbot -i apache -a manual \
--preferred-challenges dns -d test.example.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment