Registry / crypto / eggsampler-acme-v3

eggsampler-acme-v3

JSON →
library3.8.1gogounverified

Go client library for the ACME protocol (RFC 8555) to automate TLS certificate issuance.

cryptonetworking
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.

github.com/eggsampler/acme/v3

Initialize an ACME client and fetch the directory

package main import ( "context" "fmt" "github.com/eggsampler/acme/v3" ) func main() { client, _ := acme.NewClient("https://acme-staging-v02.api.letsencrypt.org/directory") dir, _ := client.GetDirectory(context.Background()) fmt.Println(dir.NewNonceURL) }
Debug
Known footguns

No known footguns recorded.

Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Security & dependencies

CVE tracking and dependency tree are planned for a later release.

Agent activity
13 hits · last 30 days
gptbot
3
claudebot
3
mj12bot
1
ahrefsbot
1
Resources