Let's Encrypt client and ACME library written in Go

Clone this repo:
  1. 969cf47 fix: Delete unnecessary providers and dependencies (#3) by Steve0x2a · 4 years, 4 months ago master v4.5.3-FIX3 v4.5.4
  2. d89d1a3 fix: Modify the module name and import path (#2) by Steve0x2a · 4 years, 4 months ago v4.5.3-FIX2
  3. f08240d fix: Modified to be used in a package instead of cli (#1) by Steve0x2a · 4 years, 4 months ago v4.5.3-FIX
  4. 60ae6e6 chore: migrate RFC links (#1513) by Dominik Menke · 4 years, 5 months ago
  5. 18bcc0f exec: add detected variable to handle sequence interval (#1510) by raunsbaekdk · 4 years, 5 months ago

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 EdgeDNSAlibaba Cloud DNSall-inklAmazon Lightsail
Amazon Route 53ArvanCloudAurora DNSAutodns
AzureBindmanBluecatCheckdomain
CloudDNSCloudflareClouDNSCloudXNS
ConoHaConstellixdeSEC.ioDesignate DNSaaS for Openstack
Digital OceanDNS Made EasyDNSimpleDNSPod
Domain Offensive (do.de)DomeneshopDreamHostDuck DNS
DynDynuEasyDNSEpik
ExoscaleExternal programfreemyip.comG-Core Labs
Gandi Live DNS (v5)GandiGlesysGo Daddy
Google CloudHetznerHosting.deHosttech
HTTP requestHurricane Electric DNSHyperOneIBM Cloud (SoftLayer)
InfobloxInfomaniakInternet Initiative JapanInternet.bs
INWXIonosJokerJoohoi's ACME-DNS
Linode (v4)Liquid WebLoopiaLuaDNS
ManualMyDNS.jpMythicBeastsName.com
NamecheapNamesiloNetcupNetlify
NicmanagerNIFCloudNjallaNS1
Open Telekom CloudOracle CloudOVHPorkbun
PowerDNSRackspacereg.ruRFC2136
RimuHostingSakura CloudScalewaySelectel
ServercowSimply.comSonicStackpath
TransIPVegaDNSVersio.[nl/eu/uk]VinylDNS
VscaleVultrWEDOSYandex
Zone.eeZonomi

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