Let's Encrypt/ACME client and library written in Go
Find a file
2021-09-11 17:52:37 +02:00
.github chore: update Go (#1469) 2021-08-25 11:44:11 +02:00
acme chore: update Go (#1469) 2021-08-25 11:44:11 +02:00
certcrypto csr: support NEW CERTIFICATE REQUEST as CSR type (#1423) 2021-06-05 13:47:39 +02:00
certificate Add AlwaysDeactivateAuthorizations flag to ObtainRequest (#1480) 2021-09-08 23:14:21 +02:00
challenge chore: update Go (#1469) 2021-08-25 11:44:11 +02:00
cmd Add DNS Provider for IBM Cloud (SoftLayer) (#1487) 2021-09-11 17:52:37 +02:00
docs Add DNS Provider for IBM Cloud (SoftLayer) (#1487) 2021-09-11 17:52:37 +02:00
e2e chore: update Go (#1469) 2021-08-25 11:44:11 +02:00
internal chore: update Go (#1469) 2021-08-25 11:44:11 +02:00
lego chore: update Go (#1469) 2021-08-25 11:44:11 +02:00
log log: use stderr instead of stdout. (#1402) 2021-05-14 17:51:05 +02:00
platform chore: update Go (#1469) 2021-08-25 11:44:11 +02:00
providers Add DNS Provider for IBM Cloud (SoftLayer) (#1487) 2021-09-11 17:52:37 +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 chore: update Go (#1469) 2021-08-25 11:44:11 +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 Add DNS Provider for IBM Cloud (SoftLayer) (#1487) 2021-09-11 17:52:37 +02:00
go.sum Add DNS Provider for IBM Cloud (SoftLayer) (#1487) 2021-09-11 17:52:37 +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 IBM Cloud (SoftLayer) (#1487) 2021-09-11 17:52:37 +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 IBM Cloud (SoftLayer) 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 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 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.