Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
software:lego [2020/06/25 16:55]
eServices Greece [Steps]
software:lego [2022/08/21 16:28] (current)
eServices Greece
Line 3: Line 3:
  
 ===== Goal ===== ===== Goal =====
-Install Lego in Centos 7 +Install Lego 
 ==== Steps ==== ==== Steps ====
 <sxh bash> <sxh bash>
 cd ~ cd ~
-mkdir legoinstall +curl -Ls https://github.com/go-acme/lego/releases/download/v4.8.0/lego_v4.8.0_linux_amd64.tar.gz tar -zx lego
-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/ mv lego /usr/local/bin/
-cd .. +</sxh>
-rm -rf legoinstall</sxh>+