forked from TrueCloudLab/lego
41a9384638
Using github.com/go-acme/lego/cmd/lego confuses go get. It fetches github.com/go-acme/lego@v2.7.2+incompatible (among others) and stumbles over a type error with that version. Correcting the go get path to github.com/go-acme/lego/v3/cmd/lego does the right thing. fixes #993
977 B
977 B
title | date | weight | draft |
---|---|---|---|
Installation | 2019-03-03T16:39:46+01:00 | 1 | false |
Binaries
To get the binary just download the latest release for your OS/Arch from the release page and put the binary somewhere convenient. lego does not assume anything about the location you run it from.
From Docker
docker run goacme/lego -h
From package managers
yay -S lego
Note: only the package manager for Arch Linux is officially supported by the lego team.
cd /usr/ports/security/lego && make install clean
or
pkg install lego
From sources
Requirements:
go
v1.12+- environment variable:
GO111MODULE=on
To install the latest development version from sources, just run:
go get -u github.com/go-acme/lego/v3/cmd/lego