On 2022/03/07 08:59, Aaron Bieber wrote: > > Horia Racoviceanu <[email protected]> writes: > > > Lego can be use as a Let's Encrypt/ACME CLI and can solve multiple ACME > > challenge types out of the box or use custom challenge solvers. > > > > HOMEPAGE = https://github.com/go-acme/lego
How about https://go-acme.github.io/lego/ as homepage instead? > > Features: > > - ACME v2 RFC 8555 > > - Register with CA > > - Obtain certificates, both from scratch or with an existing CSR > > - Renew certificates > > - Revoke certificates > > - Robust implementation of all ACME challenges > > - HTTP (http-01) > > - DNS (dns-01) > > - TLS (tls-alpn-01) > > - SAN certificate support > > - Comes with multiple optional DNS providers > > - Custom challenge solvers > > - Certificate bundling > > - OCSP helper function This list of features could usefully go into DESCR > > Looking for comments and testing. > > Works as expected! > > Makefile should not contain $OpenBSD$ tag > pkg/PLIST should not contain $OpenBSD$ tag > > OK abieber@ with the above removed if anyone wants to import it! OK though I'd prefer with the additional changes.
