Skip to content

Instantly share code, notes, and snippets.

View binarykitchen's full-sized avatar

Michael Heuberger binarykitchen

View GitHub Profile
#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.