Let's Encrypt/ACME client and library written in Go
Find a file
2021-08-07 12:07:31 +02:00
.github chore: fix github action cache. (#1457) 2021-07-22 12:46:34 +02:00
acme lib: use permanent error instead of context cancellation (#1429) 2021-06-11 11:07:38 +02:00
certcrypto csr: support NEW CERTIFICATE REQUEST as CSR type (#1423) 2021-06-05 13:47:39 +02:00
certificate fix: preferred chain only match root name (#1334) 2021-01-28 20:26:07 +01:00
challenge lib: fix backoff in SolverManager (#1428) 2021-06-11 05:06:30 +02:00
cmd alidns: support sts token credential (#1454) 2021-08-07 12:07:31 +02:00
docs alidns: support sts token credential (#1454) 2021-08-07 12:07:31 +02:00
e2e chore: use GitHub Action. (#1319) 2020-12-09 20:52:21 +01:00
internal chore: update linter. (#1214) 2020-07-10 01:48:18 +02:00
lego Increase HTTP client timeouts (#1336) 2021-02-28 12:59:51 +00:00
log log: use stderr instead of stdout. (#1402) 2021-05-14 17:51:05 +02:00
platform lib: improve wait.For returns. (#1403) 2021-05-14 17:37:45 +02:00
providers alidns: support sts token credential (#1454) 2021-08-07 12:07:31 +02:00
registration chore: update linter (#1367) 2021-03-04 19:16:59 +00:00
.dockerignore Automatic generation of documentation (#818) 2019-03-08 19:47:06 +01:00
.gitcookies.enc Add workaround for go.googlesource.com rate limit 2016-03-22 01:46:32 +01:00
.gitignore Refactor the core of the lib (#700) 2018-12-06 22:50:17 +01:00
.golangci.toml Add DNS provider for Internet.bs (#1431) 2021-06-14 02:44:13 +02:00
.goreleaser.yml doc: update Changelog. 2021-01-24 18:00:51 +01:00
CHANGELOG.md Prepare release v4.4.0 2021-06-08 18:46:51 +02:00
CONTRIBUTING.md chore: update for go1.16 (#1350) 2021-02-17 09:02:44 +01:00
Dockerfile chore: update alpine version in the Docker image. 2020-09-02 19:29:28 +02:00
go.mod alidns: support sts token credential (#1454) 2021-08-07 12:07:31 +02:00
go.sum alidns: support sts token credential (#1454) 2021-08-07 12:07:31 +02:00
LICENSE Lego version 0.4.0 2017-07-13 03:17:00 +02:00
Makefile make: fix validate-docs (#1376) 2021-03-17 02:27:37 +01:00
README.md Add DNS provider for g-core labs (#1456) 2021-07-22 12:05:22 +02:00
tmpl.Dockerfile feat: multi-arch Docker image. (#1072) 2020-03-01 21:01:41 +01:00

lego

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

GoDoc Build Status Docker Pulls

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

lego introduced support for ACME v2 in v1.0.0. If you still need to utilize ACME v1, you can do so by using the v0.5.0 version.

Installation

How to install.

Usage

Documentation

Documentation is hosted live at https://go-acme.github.io/lego/.

DNS providers

Detailed documentation is available here.

Akamai EdgeDNS Alibaba Cloud DNS all-inkl Amazon Lightsail
Amazon Route 53 ArvanCloud Aurora DNS Autodns
Azure Bindman Bluecat Checkdomain
CloudDNS Cloudflare ClouDNS CloudXNS
ConoHa Constellix deSEC.io Designate DNSaaS for Openstack
Digital Ocean DNS Made Easy DNSimple DNSPod
Domain Offensive (do.de) Domeneshop DreamHost Duck DNS
Dyn Dynu EasyDNS Exoscale
External program freemyip.com G-Core Labs Gandi Live DNS (v5)
Gandi Glesys Go Daddy Google Cloud
Hetzner Hosting.de Hosttech HTTP request
Hurricane Electric DNS HyperOne Infoblox Infomaniak
Internet Initiative Japan Internet.bs INWX Ionos
Joker Joohoi's ACME-DNS Linode (v4) Liquid Web
Loopia LuaDNS Manual MyDNS.jp
MythicBeasts Name.com Namecheap Namesilo
Netcup Netlify NIFCloud Njalla
NS1 Open Telekom Cloud Oracle Cloud OVH
Porkbun PowerDNS Rackspace reg.ru
RFC2136 RimuHosting Sakura Cloud Scaleway
Selectel Servercow Simply.com Sonic
Stackpath TransIP VegaDNS Versio.[nl/eu/uk]
VinylDNS Vscale Vultr WEDOS
Yandex Zone.ee Zonomi

If your DNS provider is not supported, please open an issue.