1
0
mirror of https://github.com/go-acme/lego.git synced 2024-11-25 00:56:20 +02:00
Let's Encrypt/ACME client and library written in Go https://go-acme.github.io/lego/
Go to file
2024-10-28 13:14:35 +00:00
.github fix: go1.22 compatibility (#2295) 2024-10-06 20:01:31 +02:00
acme feat: generate User-Agent for DNS API clients (#2293) 2024-10-07 17:35:08 +02:00
certcrypto chore: update to go1.22 (#2144) 2024-03-20 20:30:35 +01:00
certificate fix(ari): avoid Int63n panic in ShouldRenewAt() (#2246) 2024-08-21 22:33:28 +00:00
challenge feat: improve propagation check error messages (#2306) 2024-10-14 13:13:24 +02:00
cmd Add DNS provider for Core-Networks (#2101) 2024-10-25 22:52:39 +02:00
docs Add DNS provider for Core-Networks (#2101) 2024-10-25 22:52:39 +02:00
e2e feat: add dns.propagation-rns option (#2284) 2024-09-26 21:02:39 +02:00
internal chore: embed templates for internal commands (#2314) 2024-10-28 13:14:35 +00:00
lego feat: expose certificates pool creation (#2210) 2024-06-13 21:10:59 +00:00
log log: use stderr instead of stdout. (#1402) 2021-05-14 17:51:05 +02:00
platform chore: update to go1.22 (#2144) 2024-03-20 20:30:35 +01:00
providers Add DNS provider for Core-Networks (#2101) 2024-10-25 22:52:39 +02:00
registration chore: update linter (#2046) 2023-10-31 14:08:50 +01: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.yml chore: adds a new generator to create dns_provider.go (#2305) 2024-10-14 13:14:05 +02:00
.goreleaser.yml chore: update releaser configuration 2024-10-10 22:11:14 +02:00
buildx.Dockerfile chore: use buildx for cross-platform image builds 2023-02-26 14:27:16 +01:00
CHANGELOG.md Prepare release v4.19.2 2024-10-06 20:10:36 +02:00
CONTRIBUTING.md chore: fix grammar and typo (#1978) 2023-07-29 12:59:24 +02:00
Dockerfile chore: use buildx for cross-platform image builds 2023-02-26 14:27:16 +01:00
go.mod Add DNS provider for Volcano Engine (#2282) 2024-10-07 17:37:06 +02:00
go.sum Add DNS provider for Volcano Engine (#2282) 2024-10-07 17:37:06 +02:00
LICENSE chore: update license date 2024-10-10 22:11:07 +02:00
Makefile feat: generate User-Agent for DNS API clients (#2293) 2024-10-07 17:35:08 +02:00
README.md chore: update readme generator (#2311) 2024-10-26 01:49:06 +00:00

lego logo

Automatic Certificates and HTTPS for everyone.

Lego

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

Go Reference Build Status Docker Pulls

Features

  • ACME v2 RFC 8555
    • Support RFC 8737: TLS Application‑Layer Protocol Negotiation (ALPN) Challenge Extension
    • Support RFC 8738: certificates for IP addresses
    • Support draft-ietf-acme-ari-03: Renewal Information (ARI) Extension
  • 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
  • CNAME support by default
  • Comes with multiple optional DNS providers
  • Custom challenge solvers
  • Certificate bundling
  • OCSP helper function

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 (deprecated) Azure DNS Bindman Bluecat
Brandit Bunny Checkdomain Civo
Cloud.ru CloudDNS Cloudflare ClouDNS
CloudXNS ConoHa Constellix Core-Networks
CPanel/WHM Derak Cloud deSEC.io Designate DNSaaS for Openstack
Digital Ocean DirectAdmin DNS Made Easy dnsHome.de
DNSimple DNSPod (deprecated) Domain Offensive (do.de) Domeneshop
DreamHost Duck DNS Dyn Dynu
EasyDNS Efficient IP Epik Exoscale
External program freemyip.com G-Core Gandi
Gandi Live DNS (v5) Glesys Go Daddy Google Cloud
Google Domains Hetzner Hosting.de Hosttech
HTTP request http.net Huawei Cloud Hurricane Electric DNS
HyperOne IBM Cloud (SoftLayer) IIJ DNS Platform Service Infoblox
Infomaniak Internet Initiative Japan Internet.bs INWX
Ionos IPv64 iwantmyname Joker
Joohoi's ACME-DNS Liara Lima-City Linode (v4)
Liquid Web Loopia LuaDNS Mail-in-a-Box
Manual Metaname mijn.host Mittwald
MyDNS.jp MythicBeasts Name.com Namecheap
Namesilo NearlyFreeSpeech.NET Netcup Netlify
Nicmanager NIFCloud Njalla Nodion
NS1 Open Telekom Cloud Oracle Cloud OVH
plesk.com Porkbun PowerDNS Rackspace
RcodeZero reg.ru RFC2136 RimuHosting
Sakura Cloud Scaleway Selectel Selectel v2
SelfHost.(de|eu) Servercow Shellrent Simply.com
Sonic Stackpath Tencent Cloud DNS Timeweb Cloud
TransIP UKFast SafeDNS Ultradns Variomedia
VegaDNS Vercel Versio.[nl|eu|uk] VinylDNS
VK Cloud Volcano Engine/火山引擎 Vscale Vultr
Webnames Websupport WEDOS Yandex 360
Yandex Cloud Yandex PDD Zone.ee Zonomi

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