Go to file
2022-05-28 11:43:56 +02:00
.github chore: update CI 2022-05-20 22:42:26 +02:00
acme Prepare release v4.7.0 2022-05-28 11:43:56 +02:00
certcrypto fix: panic in certcrypto.ParsePEMPrivateKey (#1596) 2022-02-20 15:23:52 +01:00
certificate chore: update linter (#1524) 2021-11-03 20:39:12 +01:00
challenge lib: added uds capability to http challenge server (#1485) 2021-12-09 18:27:37 +01:00
cmd route53: add assume role ARN (#1650) 2022-05-27 18:32:39 +02:00
docs route53: add assume role ARN (#1650) 2022-05-27 18:32:39 +02:00
e2e chore: update Go (#1469) 2021-08-25 11:44:11 +02:00
internal chore: migrate to github.com/urfave/cli/v2 (#1590) 2022-02-13 12:28:51 +01:00
lego feat: extended support of cert pool (#1565) 2022-01-18 23:22:04 +01:00
log log: use stderr instead of stdout. (#1402) 2021-05-14 17:51:05 +02:00
platform chore: homogeneous tests setup and close servers. (#1520) 2021-11-01 23:52:38 +00:00
providers route53: add assume role ARN (#1650) 2022-05-27 18:32:39 +02:00
registration chore: homogeneous tests setup and close servers. (#1520) 2021-11-01 23:52:38 +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 chore: update CI 2022-05-20 22:42:26 +02:00
.goreleaser.yml doc: update Changelog. 2021-01-24 18:00:51 +01:00
CHANGELOG.md Prepare release v4.7.0 2022-05-28 11:43:56 +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 Add DNS Provider for IIJ DNS Platform Service (#1646) 2022-05-20 20:30:19 +00:00
go.sum Add DNS Provider for IIJ DNS Platform Service (#1646) 2022-05-20 20:30:19 +00:00
LICENSE Lego version 0.4.0 2017-07-13 03:17:00 +02:00
Makefile rfc2136: fix TSIG secret (#1633) 2022-04-27 17:46:39 +02:00
README.md Add DNS Provider for IIJ DNS Platform Service (#1646) 2022-05-20 20:30:19 +00: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 Epik
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 IBM Cloud (SoftLayer)
IIJ DNS Platform Service Infoblox Infomaniak Internet Initiative Japan
Internet.bs INWX Ionos iwantmyname
Joker Joohoi's ACME-DNS Linode (v4) Liquid Web
Loopia LuaDNS Manual MyDNS.jp
MythicBeasts Name.com Namecheap Namesilo
Netcup Netlify Nicmanager 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 Tencent Cloud DNS TransIP
UKFast SafeDNS VegaDNS Vercel Versio.[nl/eu/uk]
VinylDNS Vscale Vultr WEDOS
Yandex Zone.ee Zonomi

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