Created
May 27, 2021 13:38
-
-
Save jonsecchis/c60eda268bf66ff43631bf88ccb37def to your computer and use it in GitHub Desktop.
Certbot on Amazon Linux 2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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