lego/docs/content/_index.md
Ludovic Fernandez 072ae4a95e
docs: new logo (#1660)
Co-authored-by: Dominik Menke <dom@digineo.de>
2022-06-22 16:57:50 +00:00

681 B

title date draft chapter
Welcome 2019-03-03T16:39:46+01:00 false true

Lego

Let's Encrypt client and ACME library written in Go.

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]({{< ref "dns" >}})
  • [Custom challenge solvers]({{< ref "usage/library/Writing-a-Challenge-Solver" >}})
  • Certificate bundling
  • OCSP helper function