This is an old revision of the document!
Difficulty

Very easy
Lego
Goal
Install Lego in Centos 7
Steps
cd ~ mkdir legoinstall cd legoinstall wget https://github.com/go-acme/lego/releases/download/v3.7.0/lego_v3.7.0_linux_amd64.tar.gz tar zxfv lego_v3.7.0_linux_amd64.tar.gz mv lego /usr/local/bin/ cd .. rm -rf legoinstall