upgrade Lego to latest
#1819
-
I am on version 4.4 (xenolf/lego) how do safely upgrade it to latest version? |
Beta Was this translation helpful? Give feedback.
Answered by
ldez
Jan 26, 2023
Replies: 2 comments 1 reply
-
Hello, I don't know how you installed lego, so I don't know how you can update lego. You have to provide more information. But basically, you just have to replace the binary with the new one. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
immakdas
-
Thank you for the reply. I have Linux and to install I run the following $ cd /tmp
$ curl -Ls https://api.github.com/repos/xenolf/lego/releases/latest | grep browser_download_url | grep linux_amd64 | cut -d '"' -f 4 | wget -i -
$ cd /tmp
$ ls
#find the file name
$ tar xf lego_v4.4.0_linux_amd64.tar.gz
$ sudo mkdir -p /path/bitnami/letsencrypt
$ sudo mv lego /path/bitnami/letsencrypt/lego |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
I don't know how you installed lego, so I don't know how you can update lego.
You have to provide more information.
But basically, you just have to replace the binary with the new one.