Registry / networking / go-acme-lego-v3

go-acme-lego-v3

JSON →
library3.9.0gogounverified

Package lego is a Let's Encrypt/ACME client library for automating certificate issuance and renewal.

go get github.com/go-acme/lego/v3
INSTALL
IMPORT
SIG · GO-ACME-LEGO-V3
G
go-acme-lego-v3
networkinggov3.9.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

lego
github.com/go-acme/lego/v3

Create a new Lego ACME client

package main import ( "fmt" "github.com/go-acme/lego/v3/lego" ) func main() { config := lego.NewConfig(&lego.Account{}) client, err := lego.NewClient(config) if err != nil { panic(err) } fmt.Println("Lego client created") }
Debug
Known issues
breakingThe v3 module path includes /v3; ensure your go.mod uses the correct version.
fix
Use require github.com/go-acme/lego/v3 v3.9.0 in go.mod.
affects: v3.x
Upgrade
Version history
3.9.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
24 hits · last 30 days
node
18
OpenAI (training)
2
Amazon
1
Bingbot
1
Resources
go-acme-lego-v3 — go get go-acme-lego-v3 · libregistry