This file contains 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
#Install git and upgrade all packages | |
sudo yum update -y | |
sudo yum install git | |
#Get last available version of let's encrypt | |
git clone https://github.com/letsencrypt/letsencrypt.git | |
#result : | |
Cloning into 'letsencrypt'... | |
remote: Counting objects: 55232, done. | |
remote: Compressing objects: 100% (55/55), done. |