Package: wnpp Severity: wishlist Owner: Ganesh Pawar <pawarg...@gmail.com>
* Package name : golang-github-mholt-acmez Version : 0.1.3-1 Upstream Author : Matthew Holt * URL : https://github.com/mholt/acmez * License : Apache-2.0 Programming Lang: Go Description : Premier ACME client library for Go acmez - ACME client library for Go godoc (https://pkg.go.dev/github.com/mholt/acmez) . ACMEz ("ack-measy" or "acme-zee", whichever you prefer) is a fully-compliant RFC 8555 (https://tools.ietf.org/html/rfc8555) (ACME) implementation in pure Go. It is lightweight, has an elegant Go API, and its retry logic is highly robust against external errors. ACMEz is suitable for large-scale enterprise deployments. . NOTE: This module is for getting certificates, not managing certificates. Most users probably want certificate management (keeping certificates renewed) rather than to interface directly with ACME. Developers who want to use certificates in their long-running Go programs should use CertMagic (https://github.com/caddyserver/certmagic) instead; or, if their program is not written in Go, Caddy (https://caddyserver.com/) can be used to manage certificates (even without running an HTTP or TLS server).