Skip to content

Instantly share code, notes, and snippets.

@jonsecchis
Created May 27, 2021 13:38
Show Gist options
  • Save jonsecchis/c60eda268bf66ff43631bf88ccb37def to your computer and use it in GitHub Desktop.
Save jonsecchis/c60eda268bf66ff43631bf88ccb37def to your computer and use it in GitHub Desktop.
Certbot on Amazon Linux 2
sudo yum install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
sudo yum-config-manager --enable epel
sudo yum install certbot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment