Package Usage: go: github.com/mholt/acmez/v2
Package acmez implements the higher-level flow of the ACME specification,
RFC 8555: https://tools.ietf.org/html/rfc8555, specifically the sequence
in Section 7.1 (page 21).
It makes it easy to obtain certificates with various challenge types
using pluggable challenge solvers, and provides some handy utilities for
implementing solvers and using the certificates. It DOES NOT manage
certificates, it only gets them from the ACME server.
NOTE: This package's primary purpose is to get a certificate, not manage it.
Most users actually want to *manage* certificates over the lifetime of
long-running programs such as HTTPS or TLS servers, and should use CertMagic
instead: https://github.com/caddyserver/certmagic.
COMPATIBILITY: Exported identifiers that are related to draft specifications
are subject to change or removal without a major version bump.
6 versions
Latest release: about 1 year ago
View more package details: https://packages.ecosystem.code.gouv.fr/registries/proxy.golang.org/packages/github.com/mholt/acmez/v2