1
0
mirror of https://github.com/go-acme/lego.git synced 2024-11-21 13:25:48 +02:00
lego/CHANGELOG.md

1327 lines
47 KiB
Markdown
Raw Permalink Normal View History

2015-12-21 03:21:23 +02:00
# Changelog
2024-11-11 19:45:24 +02:00
## [v4.20.2](https://github.com/go-acme/lego/releases/tag/v4.20.2) (2024-11-11)
2024-11-11 02:41:10 +02:00
### Added
- **[dnsprovider]** Add DNS provider for Technitium
- **[dnsprovider]** Add DNS provider for Regfish
- **[dnsprovider]** Add DNS provider for Timeweb Cloud
- **[dnsprovider]** Add DNS provider for Volcano Engine
- **[dnsprovider]** Add DNS provider for Core-Networks
- **[dnsprovider]** rfc2136: add support for tsig-keygen generated file
- **[cli]** Add option to skip the TLS verification of the ACME server
- Add documentation for env var only options
### Changed
- **[cli,ari]** Attempt to check ARI unless explicitly disabled
- **[dnsprovider]** Improve propagation check error messages
- **[dnsprovider]** cloudxns: provider deprecation
- **[dnsprovider]** brandit: provider deprecation
### Fixed
- **[dnsprovider]** regru: update authentication method
- **[dnsprovider]** selectelv2: fix non-ASCII domain
- **[dnsprovider]** limacity: fix error message
- **[dnsprovider]** volcengine: set API information within the default configuration
- **[log]** Parse printf verbs in log line output
2024-11-11 19:45:24 +02:00
## v4.20.1 (2024-11-11)
2024-11-11 14:32:37 +02:00
Cancelled due to CI failure.
2024-11-11 19:45:24 +02:00
## v4.20.0 (2024-11-11)
2024-11-11 13:13:00 +02:00
Cancelled due to CI failure.
2024-11-11 19:45:24 +02:00
## [v4.19.2](https://github.com/go-acme/lego/releases/tag/v4.19.2) (2024-10-06)
2024-10-06 19:26:43 +02:00
### Fixed
- **[lib]** go1.22 compatibility
2024-11-11 19:45:24 +02:00
## [v4.19.1](https://github.com/go-acme/lego/releases/tag/v4.19.1) (2024-10-06)
2024-10-06 05:36:40 +02:00
### Fixed
- **[dnsprovider]** selectelv2: use baseURL from configuration
- **[dnsprovider]** epik: add User-Agent
2024-11-11 19:45:24 +02:00
## [v4.19.0](https://github.com/go-acme/lego/releases/tag/v4.19.0) (2024-10-03)
2024-10-03 15:50:15 +02:00
### Added
- **[dnsprovider]** Add DNS provider for HuaweiCloud
- **[dnsprovider]** Add DNS provider for SelfHost.(de|eu)
- **[lib,cli,dnsprovider]** Add `dns.propagation-rns` option
- **[cli,dnsprovider]** Add `dns.propagation-wait` flag
- **[lib,dnsprovider]** Add `PropagationWait` function
### Changed
- **[dnsprovider]** ionos: follow CNAME
- **[lib,dnsprovider]** Reducing the lock strength of the soa cache entry
- **[lib,cli,dnsprovider]** Deprecation of `dns.disable-cp`, replaced by `dns.propagation-disable-ans`.
### Fixed
- **[dnsprovider]** Use UTC instead of GMT when possible
- **[dnsprovider]** namesilo: restrict CleanUp
- **[dnsprovider]** godaddy: fix cleanup
2024-11-11 19:45:24 +02:00
## [v4.18.0](https://github.com/go-acme/lego/releases/tag/v4.18.0) (2024-08-30)
2024-08-30 20:48:45 +02:00
### Added
- **[dnsprovider]** Add DNS provider for mijn.host
- **[dnsprovider]** Add DNS provider for Lima-City
- **[dnsprovider]** Add DNS provider for DirectAdmin
- **[dnsprovider]** Add DNS provider for Mittwald
- **[lib,cli]** feat: add option to handle the overall request limit
- **[lib]** feat: expose certificates pool creation
### Changed
- **[cli]** feat: add LEGO_ISSUER_CERT_PATH to run hook
- **[dnsprovider]** bluecat: skip deploy
- **[dnsprovider]** ovh: allow to use ovh.conf file
- **[dnsprovider]** designate: allow manually overwriting DNS zone
### Fixed
- **[ari]** fix: avoid Int63n panic in ShouldRenewAt()
2024-11-11 19:45:24 +02:00
## [v4.17.4](https://github.com/go-acme/lego/releases/tag/v4.17.4) (2024-06-12)
2024-06-12 03:11:23 +02:00
### Fixed
2024-06-12 03:14:22 +02:00
- **[dnsprovider]** Update dependencies
2024-06-12 03:11:23 +02:00
2024-11-11 19:45:24 +02:00
## [v4.17.3](https://github.com/go-acme/lego/releases/tag/v4.17.3) (2024-05-28)
2024-05-28 00:39:46 +02:00
### Added
- **[dnsprovider]** Add DNS provider for Selectel v2
- **[dnsprovider]** route53: adds option to not wait for changes
- **[dnsprovider]** ovh: add OAuth2 authentication
- **[dnsprovider]** azuredns: use TenantID also for cli authentication
- **[dnsprovider]** godaddy: documentation about new API limitations
- **[cli]** feat: add LEGO_ISSUER_CERT_PATH to hook
### Changed
- **[dnsprovider]** dode: update API URL
- **[dnsprovider]** exec: stream command output
- **[dnsprovider]** oracle: update API client
- **[dnsprovider]** azuredns: servicediscovery for zones
- **[dnsprovider]** scaleway: add alternative env var names
- **[dnsprovider]** exoscale: simplify record creation
- **[dnsprovider]** httpnet: add provider to NewDNSChallengeProviderByName
- **[cli]** feat: fills LEGO_CERT_PFX_PATH and LEGO_CERT_PEM_PATH only when needed
- **[lib,ari]** feat: renewal retry after value
### Fixed
- **[dnsprovider]** pdns: reconstruct zone URLs to enable non-root folder API endpoints
- **[dnsprovider]** alidns: fix link to API documentation
2024-11-11 19:45:24 +02:00
## v4.17.2 (2024-05-28)
2024-05-28 16:24:35 +02:00
Canceled due to a release failure related to Snapcraft.
The Snapcraft release are disabled for now.
2024-11-11 19:45:24 +02:00
## v4.17.1 (2024-05-28)
2024-05-28 14:56:10 +02:00
Canceled due to a release failure related to oci-go-sdk.
The module `github.com/oracle/oci-go-sdk/v65` uses `github.com/gofrs/flock` but flock doesn't support some platform (like Solaris):
- https://github.com/gofrs/flock/issues/60
Due to that we will remove the Solaris build.
2024-11-11 19:45:24 +02:00
## v4.17.0 (2024-05-28)
2024-05-28 13:29:37 +02:00
2024-05-28 14:56:10 +02:00
Canceled due to a release failure related to Snapcraft.
2024-05-28 13:29:37 +02:00
2024-11-11 19:45:24 +02:00
## [v4.16.1](https://github.com/go-acme/lego/releases/tag/v4.16.1) (2024-03-10)
2024-03-11 01:09:26 +02:00
### Fixed
- **[cli,ari]** fix: don't generate ARI cert ID if ARI is not enable
2024-11-11 19:45:24 +02:00
## [v4.16.0](https://github.com/go-acme/lego/releases/tag/v4.16.0) (2024-03-09)
2024-03-09 15:44:08 +02:00
2024-03-11 01:09:26 +02:00
### Added
2024-03-09 15:44:08 +02:00
- **[dnsprovider]** Add DNS provider for Shellrent
- **[dnsprovider]** Add DNS provider for Mail-in-a-Box
- **[dnsprovider]** Add DNS provider for CPanel and WHM
2024-03-11 01:09:26 +02:00
### Changed
2024-03-09 15:44:08 +02:00
- **[lib,ari]** Implement 'replaces' field in newOrder and draft-ietf-acme-ari-03 CertID changes
- **[log]** feat: improve errors and logs related to DNS call
- **[lib]** update to go-jose/go-jose/v4 v4.0.1
2024-03-11 01:09:26 +02:00
### Fixed
2024-03-09 15:44:08 +02:00
- **[dnsprovider]** nifcloud: fix bug in case of same auth zone
2024-03-11 01:09:26 +02:00
- **[dnsprovider]** bunny: Support delegated subdomains
2024-03-09 15:44:08 +02:00
- **[dnsprovider]** easydns: fix zone detection
- **[dnsprovider]** ns1: fix record creation
2024-11-11 19:45:24 +02:00
## [v4.15.0](https://github.com/go-acme/lego/releases/tag/v4.15.0) (2024-01-28)
2024-01-27 23:24:07 +02:00
2024-03-11 01:09:26 +02:00
### Added
2024-01-27 23:24:07 +02:00
- **[dnsprovider]** Add DNS provider for http.net
- **[dnsprovider]** Add DNS provider for Webnames
2024-03-11 01:09:26 +02:00
### Changed
2024-01-27 23:24:07 +02:00
- **[cli]** Add environment variable for specifying alternate directory URL
- **[cli]** Add format option for PFX encoding
2024-03-11 01:09:26 +02:00
- **[lib]** Support simplified issuance for very long domain names at Let's Encrypt
2024-01-27 23:24:07 +02:00
- **[lib]** Update CertID format as per draft-ietf-acme-ari-02
- **[dnsprovider]** azuredns: allow OIDC authentication
- **[dnsprovider]** azuredns: provide the ability to select authentication methods
- **[dnsprovider]** efficientip: add insecure skip verify option
- **[dnsprovider]** gandiv5: add Personal Access Token support
- **[dnsprovider]** gcloud: support GCE_ZONE_ID to bypass zone list
- **[dnsprovider]** liquidweb: add LWAPI_ prefix for env vars
- **[dnsprovider]** liquidweb: detect zone automatically
- **[dnsprovider]** pdns: optional custom API version
- **[dnsprovider]** regru: client certificate support
- **[dnsprovider]** regru: HTTP method changed to POST
- **[dnsprovider]** scaleway: add cname support
2024-03-11 01:09:26 +02:00
### Fixed
2024-01-27 23:24:07 +02:00
- **[dnsprovider]** cloudru: change default URLs
- **[dnsprovider]** constellix: follow rate limiting headers
- **[dnsprovider]** desec: increase default propagation interval
2024-03-11 01:09:26 +02:00
- **[dnsprovider]** gandiv5: Add "Bearer" prefix to the auth header
2024-01-27 23:24:07 +02:00
- **[dnsprovider]** inwx: improve sleep calculation
- **[dnsprovider]** inwx: wait before generating new TOTP TANs
- **[dnsprovider]** ionos: fix DNS record removal
- **[dnsprovider]** ipv64: remove unused option
- **[dnsprovider]** nifcloud: fix API requests
- **[dnsprovider]** otc: sequential challenge
2023-09-20 01:31:52 +02:00
2024-11-11 19:45:24 +02:00
## [v4.14.1](https://github.com/go-acme/lego/releases/tag/v4.14.1) (2023-09-20)
2023-09-19 21:29:51 +02:00
2024-03-11 01:09:26 +02:00
### Fixed
2023-09-19 21:29:51 +02:00
- **[dnsprovider]** bunny: fix zone detection
- **[dnsprovider]** bunny: use NRDCG fork
- **[dnsprovider]** ovh: update client to v1.4.2
2024-11-11 19:45:24 +02:00
## v4.14.1 (2023-09-19)
2023-09-20 01:31:52 +02:00
Cancelled due to CI failure.
2024-11-11 19:45:24 +02:00
## [v4.14.0](https://github.com/go-acme/lego/releases/tag/v4.14.0) (2023-08-20)
2023-08-21 14:56:20 +02:00
2024-03-11 01:09:26 +02:00
### Added
2023-08-21 14:56:20 +02:00
- **[dnsprovider]** Add DNS provider for Yandex 360
- **[dnsprovider]** Add DNS provider for cloud.ru
- **[httpprovider]** Adding S3 support for HTTP domain validation
2024-03-11 01:09:26 +02:00
### Changed
2023-08-21 14:56:20 +02:00
- **[cli]** Allow to set EAB kid and hmac via environment variables
- **[dnsprovider]** Migrate to aws-sdk-go-v2 (lightsail, route53)
2024-03-11 01:09:26 +02:00
### Fixed
2023-08-21 14:56:20 +02:00
- **[dnsprovider]** nearlyfreespeech: fix authentication
- **[dnsprovider]** pdns: fix notify
- **[dnsprovider]** route53: avoid unexpected records deletion
2024-11-11 19:45:24 +02:00
## [v4.13.3](https://github.com/go-acme/lego/releases/tag/v4.13.3) (2023-07-25)
2023-07-25 18:44:18 +02:00
2024-03-11 01:09:26 +02:00
### Fixed
2023-07-25 18:44:18 +02:00
- **[dnsprovider]** azuredns: fix configuration from env vars
- **[dnsprovider]** gcore: change API domain
2023-08-21 14:56:20 +02:00
2024-11-11 19:45:24 +02:00
## [v4.13.2](https://github.com/go-acme/lego/releases/tag/v4.13.2) (2023-07-21)
2023-07-21 17:16:10 +02:00
2024-03-11 01:09:26 +02:00
### Fixed
2023-07-21 17:16:10 +02:00
- **[dnsprovider]** servercow: fix regression
2024-11-11 19:45:24 +02:00
## [v4.13.1](https://github.com/go-acme/lego/releases/tag/v4.13.1) (2023-07-20)
2023-07-20 04:53:02 +02:00
2024-03-11 01:09:26 +02:00
### Added
2023-07-20 04:53:02 +02:00
- **[dnsprovider]** Add DNS provider for IPv64
- **[dnsprovider]** Add DNS provider for Metaname
- **[dnsprovider]** Add DNS provider for RcodeZero
- **[dnsprovider]** Add DNS provider for Efficient IP
- **[dnsprovider]** azure: new implementation based on the new API client
- **[lib]** Experimental option to force DNS queries to use TCP
2024-03-11 01:09:26 +02:00
### Changed
2023-07-20 04:53:02 +02:00
- **[dnsprovider]** cloudflare: update api client to v0.70.0
2024-03-11 01:09:26 +02:00
### Fixed
2023-07-20 04:53:02 +02:00
- **[dnsprovider,cname]** fix: ensure case-insensitive comparison of CNAME records
- **[cli]** fix: list command
- **[lib]** fix: ARI explanationURL
2024-11-11 19:45:24 +02:00
## v4.13.0 (2023-07-20)
2023-07-21 17:16:10 +02:00
Cancelled due to a CI issue (no space left on device).
2024-11-11 19:45:24 +02:00
## [v4.12.2](https://github.com/go-acme/lego/releases/tag/v4.12.2) (2023-06-19)
2023-06-19 17:33:45 +02:00
2024-03-11 01:09:26 +02:00
### Fixed
2023-06-19 17:33:45 +02:00
- **[dnsprovider]** dnsmadeeasy: fix DeleteRecord
- **[lib]** fix: read status code from response
2024-11-11 19:45:24 +02:00
## [v4.12.1](https://github.com/go-acme/lego/releases/tag/v4.12.1) (2023-06-06)
2023-06-06 18:11:04 +02:00
2024-03-11 01:09:26 +02:00
### Fixed
2023-06-06 18:11:04 +02:00
- **[dnsprovider]** pdns: fix record value
2024-11-11 19:45:24 +02:00
## [v4.12.0](https://github.com/go-acme/lego/releases/tag/v4.12.0) (2023-05-28)
2023-05-28 16:51:10 +02:00
2024-03-11 01:09:26 +02:00
### Added
2023-05-28 16:51:10 +02:00
- **[lib,cli]** Initial ACME Renewal Info (ARI) Implementation
- **[dnsprovider]** Add DNS provider for Derak Cloud
- **[dnsprovider]** route53: pass ExternalID property to STS:AssumeRole API operation
- **[lib,cli]** Support custom duration for certificate
2024-03-11 01:09:26 +02:00
### Changed
2023-05-28 16:51:10 +02:00
- **[dnsprovider]** Refactor DNS provider and client implementations
2024-03-11 01:09:26 +02:00
### Fixed
2023-05-28 16:51:10 +02:00
- **[dnsprovider]** autodns: fixes wrong zone in api call if CNAME is used
- **[cli]** fix: archive only domain-related files on revoke
2024-11-11 19:45:24 +02:00
## [v4.11.0](https://github.com/go-acme/lego/releases/tag/v4.11.0) (2023-05-02)
2023-05-02 19:10:23 +02:00
2024-03-11 01:09:26 +02:00
### Added
2023-05-02 19:10:23 +02:00
- **[lib]** Support for certificate with raw IP SAN (RFC8738)
- **[dnsprovider]** Add Brandit.com as DNS provider
- **[dnsprovider]** Add DNS provider for Bunny
- **[dnsprovider]** Add DNS provider for Nodion
- **[dnsprovider]** Add Google Domains as DNS provider
- **[dnsprovider]** Add DNS provider for Plesk
2024-03-11 01:09:26 +02:00
### Changed
2023-05-02 19:10:23 +02:00
- **[cli]** feat: add LEGO_CERT_PEM_PATH and LEGO_CERT_PFX_PATH to run hook
- **[lib,cli]** feat: add RSA 3072
- **[dnsprovider]** gcloud: update google APIs to latest version
- **[lib,dnsprovider,cname]** chore: replace GetRecord by GetChallengeInfo
2024-03-11 01:09:26 +02:00
### Fixed
2023-05-02 19:10:23 +02:00
- **[dnsprovider]** rimuhosting: fix API base URL
2024-11-11 19:45:24 +02:00
## [v4.10.2](https://github.com/go-acme/lego/releases/tag/v4.10.2) (2023-02-26)
2023-02-26 15:28:19 +02:00
Fix Docker image builds.
2024-11-11 19:45:24 +02:00
## [v4.10.1](https://github.com/go-acme/lego/releases/tag/v4.10.1) (2023-02-25)
2023-02-25 18:53:35 +02:00
2024-03-11 01:09:26 +02:00
### Fixed
2023-02-25 18:53:35 +02:00
- **[dnsprovider,cname]** acmedns: fix CNAME support
- **[dnsprovider]** dynu: fix subdomain support
2024-11-11 19:45:24 +02:00
## [v4.10.0](https://github.com/go-acme/lego/releases/tag/v4.10.0) (2023-02-10)
2023-02-10 10:26:55 +02:00
2024-03-11 01:09:26 +02:00
### Added
2023-02-10 10:26:55 +02:00
- **[dnsprovider]** Add DNS provider for dnsHome.de
- **[dnsprovider]** Add DNS provider for Liara
- **[dnsprovider]** Add DNS provider for UltraDNS
- **[dnsprovider]** Add DNS provider for Websupport
2024-03-11 01:09:26 +02:00
### Changed
2023-02-10 10:26:55 +02:00
- **[dnsprovider]** ibmcloud: add support for subdomains
- **[dnsprovider]** infomaniak: CNAME support
- **[dnsprovider]** namesilo: add cleanup before add a DNS record
- **[dnsprovider]** route53: Allow static credentials to be supplied
- **[dnsprovider]** tencentcloud: support punycode domain
2024-03-11 01:09:26 +02:00
### Fixed
2023-02-10 10:26:55 +02:00
- **[dnsprovider]** alidns: filter on record type
- **[dnsprovider]** arvancloud: replace arvancloud.com by arvancloud.ir
- **[dnsprovider]** hetzner: improve zone ID detection
- **[dnsprovider]** luadns: removed dot suffix from authzone while searching for zone
- **[dnsprovider]** pdns: fix usage of notify only when zone kind is Master or Slave
- **[dnsprovider]** return an error when extracting record name
2024-11-11 19:45:24 +02:00
## [v4.9.1](https://github.com/go-acme/lego/releases/tag/v4.9.1) (2022-11-25)
2022-11-25 19:45:27 +02:00
2024-03-11 01:09:26 +02:00
### Changed
2024-11-11 19:45:24 +02:00
2022-11-25 19:45:27 +02:00
- **[lib,cname]** cname: add log about CNAME entries
- **[dnsprovider]** regru: improve error handling
2024-03-11 01:09:26 +02:00
### Fixed
2024-11-11 19:45:24 +02:00
2022-11-25 19:45:27 +02:00
- **[dnsprovider,cname]** fix CNAME support for multiple DNS providers
- **[dnsprovider,cname]** duckdns: fix CNAME support
- **[dnsprovider,cname]** oraclecloud: use fqdn to resolve zone
- **[dnsprovider]** hurricane: fix CNAME support
- **[lib,cname]** cname: stop trying to traverse cname if none have been found
2024-11-11 19:45:24 +02:00
## [v4.9.0](https://github.com/go-acme/lego/releases/tag/v4.9.0) (2022-10-03)
2022-10-03 15:48:16 +02:00
2024-03-11 01:09:26 +02:00
### Added
2022-10-03 15:48:16 +02:00
- **[dnsprovider]** Add DNS provider for CIVO
- **[dnsprovider]** Add DNS provider for VK Cloud
- **[dnsprovider]** Add DNS provider for YandexCloud
- **[dnsprovider]** digitalocean: configurable base URL
- **[dnsprovider]** loopia: add configurable API endpoint
- **[dnsprovider]** pdns: notify secondary servers after updates
2024-03-11 01:09:26 +02:00
### Changed
2022-10-10 10:42:27 +02:00
2022-10-03 15:48:16 +02:00
- **[dnsprovider]** allinkl: removed deprecated sha1 hashing
- **[dnsprovider]** auroradns: update authentification
- **[dnsprovider]** dnspod: deprecated. Use Tencent Cloud instead.
- **[dnsprovider]** exoscale: migrate to API v2 endpoints
- **[dnsprovider]** gcloud: update golang.org/x/oauth2
- **[dnsprovider]** lightsail: cleanup
- **[dnsprovider]** sakuracloud: update api client library
- **[cname]** take out CNAME support from experimental features
- **[lib,cname]** add recursive CNAME lookup support
- **[lib]** Remove embedded issuer certificates from issued certificate if bundle is false
2024-03-11 01:09:26 +02:00
### Fixed
2022-10-03 15:48:16 +02:00
- **[dnsprovider]** luadns: fix cname support
- **[dnsprovider]** njalla: fix record id unmarshal error
- **[dnsprovider]** tencentcloud: fix subdomain error
2024-11-11 19:45:24 +02:00
## [v4.8.0](https://github.com/go-acme/lego/releases/tag/v4.8.0) (2022-06-30)
2022-06-30 19:02:35 +02:00
### Added
- **[dnsprovider]** Add DNS provider for Variomedia
- **[dnsprovider]** Add NearlyFreeSpeech DNS Provider
- **[cli]** Add a --user-agent flag to lego-cli
### Changed
- new logo
- **[cli]** feat: sleep at renewal
- **[cli]** cli/renew: skip random sleep if stdout is a terminal
- **[dnsprovider]** hetzner: set min TTL to 60s
- **[docs]** refactoring and cleanup
2024-11-11 19:45:24 +02:00
## [v4.7.0](https://github.com/go-acme/lego/releases/tag/v4.7.0) (2022-05-27)
2022-05-27 22:52:46 +02:00
2024-11-11 19:45:24 +02:00
### Added
2022-05-27 22:52:46 +02:00
- **[dnsprovider]** Add DNS provider for iwantmyname
- **[dnsprovider]** Add DNS Provider for IIJ DNS Platform Service
- **[dnsprovider]** Add DNS provider for Vercel
- **[dnsprovider]** route53: add assume role ARN
- **[dnsprovider]** dnsimple: add debug option
- **[cli]** feat: add `LEGO_CERT_PEM_PATH` and `LEGO_CERT_PFX_PATH`
2024-11-11 19:45:24 +02:00
### Changed
2022-05-27 22:52:46 +02:00
- **[dnsprovider]** gcore: change dns api url
- **[dnsprovider]** bluecat: rewrite provider implementation
2024-11-11 19:45:24 +02:00
### Fixed
2022-05-27 22:52:46 +02:00
- **[dnsprovider]** rfc2136: fix TSIG secret
- **[dnsprovider]** tencentcloud: fix InvalidParameter.DomainInvalid error when using DNS challenges
- **[lib]** fix: panic in certcrypto.ParsePEMPrivateKey
2024-11-11 19:45:24 +02:00
## [v4.6.0](https://github.com/go-acme/lego/releases/tag/v4.6.0) (2022-01-18)
2022-01-19 19:01:54 +02:00
### Added
- **[dnsprovider]** Add DNS provider for UKFast SafeDNS
- **[dnsprovider]** Add DNS Provider for Tencent Cloud
- **[dnsprovider]** azure: add support for Azure Private Zone DNS
- **[dnsprovider]** exec: add sequence interval
- **[cli]** Add a `--pfx`, and `--pfx.pas`s option to generate a PKCS#12 (`.pfx`) file.
- **[lib]** Extended support of cert pool (`LEGO_CA_CERTIFICATES` and `LEGO_CA_SYSTEM_CERT_POOL`)
- **[lib,httpprovider]** added uds capability to http challenge server
### Changed
- **[lib]** Extend validity of TLS-ALPN-01 certificates to 365 days
- **[lib,cli]** Allows defining the reason for the certificate revocation
### Fixed
- **[dnsprovider]** mythicbeasts: fix token expiration
- **[dnsprovider]** rackspace: change zone ID to string
2024-11-11 19:45:24 +02:00
## [v4.5.3](https://github.com/go-acme/lego/releases/tag/v4.5.3) (2021-09-06)
2021-10-06 12:04:16 +02:00
2024-11-11 19:45:24 +02:00
### Fixed
2021-10-06 12:04:16 +02:00
- **[lib,cli]** fix: missing preferred chain param for renew request
2024-11-11 19:45:24 +02:00
## [v4.5.2](https://github.com/go-acme/lego/releases/tag/v4.5.2) (2021-09-01)
2021-09-30 21:57:19 +02:00
2024-11-11 19:45:24 +02:00
### Added
2021-09-30 21:57:19 +02:00
- **[dnsprovider]** Add DNS provider for all-inkl
- **[dnsprovider]** Add DNS provider for Epik
- **[dnsprovider]** Add DNS provider for freemyip.com
- **[dnsprovider]** Add DNS provider for g-core labs
- **[dnsprovider]** Add DNS provider for hosttech
- **[dnsprovider]** Add DNS Provider for IBM Cloud (SoftLayer)
- **[dnsprovider]** Add DNS provider for Internet.bs
- **[dnsprovider]** Add DNS provider for nicmanager
2024-11-11 19:45:24 +02:00
### Changed
2021-09-30 21:57:19 +02:00
- **[dnsprovider]** alidns: support ECS instance RAM role
- **[dnsprovider]** alidns: support sts token credential
- **[dnsprovider]** azure: zone name as environment variable
- **[dnsprovider]** ovh: follow cname
- **[lib,cli]** Add AlwaysDeactivateAuthorizations flag to ObtainRequest
2024-11-11 19:45:24 +02:00
### Fixed
2021-09-30 21:57:19 +02:00
- **[dnsprovider]** infomaniak: fix subzone support
- **[dnsprovider]** edgedns: fix Present and CleanUp logic
- **[dnsprovider]** lightsail: wrong Region env var name
- **[lib]** lib: fix backoff in SolverManager
- **[lib]** lib: use permanent error instead of context cancellation
- **[dnsprovider]** desec: bump to v0.6.0
2024-11-11 19:45:24 +02:00
## v4.5.1 (2021-09-01)
2021-10-01 03:48:59 +02:00
Cancelled due to a CI issue, replaced by v4.5.2.
2024-11-11 19:45:24 +02:00
## v4.5.0 (2021-09-30)
2021-10-01 02:56:27 +02:00
2021-10-01 03:48:59 +02:00
Cancelled due to a CI issue, replaced by v4.5.2.
2021-10-01 02:56:27 +02:00
2024-11-11 19:45:24 +02:00
## [v4.4.0](https://github.com/go-acme/lego/releases/tag/v4.4.0) (2021-06-08)
2021-06-08 17:26:21 +02:00
2024-11-11 19:45:24 +02:00
### Added
2021-06-08 17:26:21 +02:00
- **[dnsprovider]** Add DNS provider for Infoblox
- **[dnsprovider]** Add DNS provider for Porkbun
- **[dnsprovider]** Add DNS provider for Simply.com
- **[dnsprovider]** Add DNS provider for Sonic
- **[dnsprovider]** Add DNS provider for VinylDNS
- **[dnsprovider]** Add DNS provider for wedos
2024-11-11 19:45:24 +02:00
### Changed
2021-06-08 17:26:21 +02:00
- **[cli]** log: Use stderr instead of stdout.
- **[dnsprovider]** hostingde: autodetection of the zone name.
- **[dnsprovider]** scaleway: use official SDK
- **[dnsprovider]** powerdns: several improvements
- **[lib]** lib: improve wait.For returns.
2024-11-11 19:45:24 +02:00
### Fixed
2021-06-08 17:26:21 +02:00
- **[dnsprovider]** hurricane: add API rate limiter.
- **[dnsprovider]** hurricane: only treat first word of response body as response code
- **[dnsprovider]** exoscale: fix DNS provider debugging
- **[dnsprovider]** wedos: fix api call parameters
- **[dnsprovider]** nifcloud: Get zone info from dns01.FindZoneByFqdn
- **[cli,lib]** csr: Support the type `NEW CERTIFICATE REQUEST`
2024-11-11 19:45:24 +02:00
## [v4.3.1](https://github.com/go-acme/lego/releases/tag/v4.3.1) (2021-03-12)
2021-03-12 01:35:48 +02:00
2024-11-11 19:45:24 +02:00
### Fixed
2021-03-12 01:35:48 +02:00
- **[dnsprovider]** exoscale: fix dependency version.
2024-11-11 19:45:24 +02:00
## [v4.3.0](https://github.com/go-acme/lego/releases/tag/v4.3.0) (2021-03-10)
2021-03-10 14:26:01 +02:00
2024-11-11 19:45:24 +02:00
### Added
2021-03-10 14:26:01 +02:00
- **[dnsprovider]** Add DNS provider for Njalla
- **[dnsprovider]** Add DNS provider for Domeneshop
- **[dnsprovider]** Add DNS provider for Hurricane Electric
- **[dnsprovider]** designate: support for Openstack Application Credentials
- **[dnsprovider]** edgedns: support for .edgerc file
2024-11-11 19:45:24 +02:00
### Changed
2021-03-10 14:26:01 +02:00
- **[dnsprovider]** infomaniak: Make error message more meaningful
- **[dnsprovider]** cloudns: Improve reliability
- **[dnsprovider]** rfc2163: Removed support for MD5 algorithm. The default algorithm is now SHA1.
2024-11-11 19:45:24 +02:00
### Fixed
2021-03-10 14:26:01 +02:00
- **[dnsprovider]** desec: fix error with default TTL
- **[dnsprovider]** mythicbeasts: implement `ProviderTimeout`
- **[dnsprovider]** dnspod: improve search accuracy when a domain have more than 100 records
- **[lib]** Increase HTTP client timeouts
- **[lib]** preferred chain only match root name
2024-11-11 19:45:24 +02:00
## [v4.2.0](https://github.com/go-acme/lego/releases/tag/v4.2.0) (2021-01-24)
2021-01-24 19:00:51 +02:00
2024-11-11 19:45:24 +02:00
### Added
2021-01-24 19:00:51 +02:00
- **[dnsprovider]** Add DNS provider for Loopia
- **[dnsprovider]** Add DNS provider for Ionos.
2024-11-11 19:45:24 +02:00
### Changed
2021-01-24 19:00:51 +02:00
- **[dnsprovider]** acme-dns: update cpu/goacmedns to v0.1.1.
- **[dnsprovider]** inwx: Increase propagation timeout to 360s to improve robustness
- **[dnsprovider]** vultr: Update to govultr v2 API
- **[dnsprovider]** pdns: get exact zone instead of all zones
2024-11-11 19:45:24 +02:00
### Fixed
2021-01-24 19:00:51 +02:00
- **[dnsprovider]** vult, dnspod: fix default HTTP timeout.
- **[dnsprovider]** pdns: URL request creation.
- **[lib]** errors: Fix instance not being printed
2024-11-11 19:45:24 +02:00
## [v4.1.3](https://github.com/go-acme/lego/releases/tag/v4.1.3) (2020-11-25)
2020-11-25 13:27:58 +02:00
2024-11-11 19:45:24 +02:00
### Fixed
2020-11-25 13:27:58 +02:00
- **[dnsprovider]** azure: fix error handling.
2024-11-11 19:45:24 +02:00
## [v4.1.2](https://github.com/go-acme/lego/releases/tag/v4.1.2) (2020-11-21)
2020-11-21 21:27:32 +02:00
2024-11-11 19:45:24 +02:00
### Fixed
2020-11-21 21:27:32 +02:00
- **[lib]** fix: preferred chain support.
2024-11-11 19:45:24 +02:00
## [v4.1.1](https://github.com/go-acme/lego/releases/tag/v4.1.1) (2020-11-19)
2020-11-19 20:39:45 +02:00
2024-11-11 19:45:24 +02:00
### Fixed
2020-11-19 20:39:45 +02:00
- **[dnsprovider]** otc: select correct zone if multiple returned
- **[dnsprovider]** azure: fix target must be a non-nil pointer
2024-11-11 19:45:24 +02:00
## [v4.1.0](https://github.com/go-acme/lego/releases/tag/v4.1.0) (2020-11-06)
2020-11-07 00:37:15 +02:00
2024-11-11 19:45:24 +02:00
### Added
2020-11-07 00:37:15 +02:00
- **[dnsprovider]** Add DNS provider for Infomaniak
- **[dnsprovider]** joker: add support for SVC API
- **[dnsprovider]** gcloud: add an option to allow the use of private zones
2024-11-11 19:45:24 +02:00
### Changed
2020-11-07 00:37:15 +02:00
- **[dnsprovider]** rfc2136: ensure TSIG algorithm is fully qualified
- **[dnsprovider]** designate: Deprecate OS_TENANT_NAME as required field
2024-11-11 19:45:24 +02:00
### Fixed
2020-11-07 00:37:15 +02:00
- **[lib]** acme/api: use postAsGet instead of post for AccountService.Get
- **[lib]** fix: use http.Header.Set method instead of Add.
2024-11-11 19:45:24 +02:00
## [v4.0.1](https://github.com/go-acme/lego/releases/tag/v4.0.1) (2020-09-03)
2020-09-03 15:23:31 +02:00
2024-11-11 19:45:24 +02:00
### Fixed
2020-09-03 15:23:31 +02:00
- **[dnsprovider]** exoscale: change dependency version.
2024-11-11 19:45:24 +02:00
## [v4.0.0](https://github.com/go-acme/lego/releases/tag/v4.0.0) (2020-09-02)
2020-09-02 19:33:06 +02:00
2024-11-11 19:45:24 +02:00
### Added
2020-09-02 19:33:06 +02:00
- **[cli], [lib]** Support "alternate" certificate links for selecting different signing Chains
2024-11-11 19:45:24 +02:00
### Changed
2020-09-02 19:33:06 +02:00
- **[cli]** Replaces `ec384` by `ec256` as default key-type
- **[lib]** Changes `ObtainForCSR` method signature
2024-11-11 19:45:24 +02:00
### Removed
2020-09-02 19:33:06 +02:00
- **[dnsprovider]** Replaces FastDNS by EdgeDNS
- **[dnsprovider]** Removes old Linode provider
- **[lib]** Removes `AddPreCheck` function
2024-11-11 19:45:24 +02:00
## [v3.9.0](https://github.com/go-acme/lego/releases/tag/v3.9.0) (2020-09-01)
2020-09-01 10:49:13 +02:00
2024-11-11 19:45:24 +02:00
### Added
2020-09-01 10:49:13 +02:00
- **[dnsprovider]** Add Akamai Edgedns. Deprecate FastDNS
- **[dnsprovider]** Add DNS provider for HyperOne
2024-11-11 19:45:24 +02:00
### Changed
2020-09-01 10:49:13 +02:00
- **[dnsprovider]** designate: add support for Openstack clouds.yaml
- **[dnsprovider]** azure: allow selecting environments
- **[dnsprovider]** desec: applies API rate limits.
2024-11-11 19:45:24 +02:00
### Fixed
2020-09-01 10:49:13 +02:00
- **[dnsprovider]** namesilo: fix cleanup.
2024-11-11 19:45:24 +02:00
## [v3.8.0](https://github.com/go-acme/lego/releases/tag/v3.8.0) (2020-07-02)
2020-07-02 12:02:29 +02:00
2024-11-11 19:45:24 +02:00
### Added
2020-09-01 10:49:13 +02:00
2020-07-02 12:02:29 +02:00
- **[cli]** cli: add hook on the run command.
- **[dnsprovider]** inwx: Two-Factor-Authentication
- **[dnsprovider]** Add DNS provider for ArvanCloud
2024-11-11 19:45:24 +02:00
### Changed
2020-09-01 10:49:13 +02:00
2020-07-02 12:02:29 +02:00
- **[dnsprovider]** vultr: bumping govultr version
- **[dnsprovider]** desec: improve error logs.
- **[lib]** Ensures the return of a location during account updates
- **[dnsprovider]** route53: Document all AWS credential environment variables
2024-11-11 19:45:24 +02:00
### Fixed
2020-09-01 10:49:13 +02:00
2020-07-02 12:02:29 +02:00
- **[dnsprovider]** stackpath: fix subdomain support.
- **[dnsprovider]** arvandcloud: fix record name.
- **[dnsprovider]** fix: multi-va.
- **[dnsprovider]** constellix: fix search records API call.
- **[dnsprovider]** hetzner: fix record name.
- **[lib]** Registrar.ResolveAccountByKey: Fix malformed request
2024-11-11 19:45:24 +02:00
## [v3.7.0](https://github.com/go-acme/lego/releases/tag/v3.7.0) (2020-05-11)
2020-05-11 11:08:44 +02:00
2024-11-11 19:45:24 +02:00
### Added
2020-05-11 11:08:44 +02:00
- **[dnsprovider]** Add DNS provider for Netlify.
- **[dnsprovider]** Add DNS provider for deSEC.io
- **[dnsprovider]** Add DNS provider for LuaDNS
- **[dnsprovider]** Adding Hetzner DNS provider
- **[dnsprovider]** Add DNS provider for Mythic beasts DNSv2
- **[dnsprovider]** Add DNS provider for Yandex.
2024-11-11 19:45:24 +02:00
### Changed
2020-05-11 11:08:44 +02:00
- **[dnsprovider]** Upgrade DNSimple client to 0.60.0
- **[dnsprovider]** update aws sdk
2024-11-11 19:45:24 +02:00
### Fixed
2020-05-11 11:08:44 +02:00
- **[dnsprovider]** autodns: removes TXT records during CleanUp.
- **[dnsprovider]** Fix exoscale HTTP timeout
- **[cli]** fix: renew path information.
- **[cli]** Fix account storage location warning message
2024-11-11 19:45:24 +02:00
## [v3.6.0](https://github.com/go-acme/lego/releases/tag/v3.6.0) (2020-04-24)
2020-04-24 03:20:42 +02:00
2024-11-11 19:45:24 +02:00
### Added
2020-04-24 03:20:42 +02:00
- **[dnsprovider]** Add DNS provider for CloudDNS.
- **[dnsprovider]** alicloud: add support for domain with punycode
- **[dnsprovider]** cloudns: Add subuser support
- **[cli]** Information about renewed certificates are now passed to the renew hook
2024-11-11 19:45:24 +02:00
### Changed
2020-04-24 03:20:42 +02:00
- **[dnsprovider]** acmedns: Update cpu/goacmedns v0.0.1 -> v0.0.2
- **[dnsprovider]** alicloud: update sdk dependency version to v1.61.112
- **[dnsprovider]** azure: Allow for the use of MSI
- **[dnsprovider]** constellix: improve challenge.
- **[dnsprovider]** godaddy: allow parallel solve.
- **[dnsprovider]** namedotcom: get the actual registered domain, so we can remove just that from the hostname to be created
2020-04-24 03:20:42 +02:00
- **[dnsprovider]** transip: updated the client to v6
2024-11-11 19:45:24 +02:00
### Fixed
2020-04-24 03:20:42 +02:00
- **[dnsprovider]** ns1: fix missing domain in log
- **[dnsprovider]** rimuhosting: use HTTP client from config.
2024-11-11 19:45:24 +02:00
## [v3.5.0](https://github.com/go-acme/lego/releases/tag/v3.5.0) (2020-03-15)
2020-03-15 18:42:12 +02:00
2024-11-11 19:45:24 +02:00
### Added
2020-03-15 18:42:12 +02:00
- **[dnsprovider]** Add DNS provider for Dynu.
- **[dnsprovider]** Add DNS provider for reg.ru
- **[dnsprovider]** Add DNS provider for Zonomi and RimuHosting.
- **[cli]** Building binaries for arm 6 and 5
- **[cli]** Uses CGO_ENABLED=0
- **[cli]** Multi-arch Docker image.
- **[cli]** Adds `--name` flag to list command.
2024-11-11 19:45:24 +02:00
### Changed
2020-03-15 18:42:12 +02:00
- **[lib]** lib: Improve cleanup log messages.
- **[lib]** Wrap errors.
2024-11-11 19:45:24 +02:00
### Fixed
2020-03-15 18:42:12 +02:00
- **[dnsprovider]** azure: pass AZURE_CLIENT_SECRET_FILE to autorest.Authorizer
- **[dnsprovider]** gcloud: fixes issues when used with GKE Workload Identity
- **[dnsprovider]** oraclecloud: fix subdomain support
2024-11-11 19:45:24 +02:00
## [v3.4.0](https://github.com/go-acme/lego/releases/tag/v3.4.0) (2020-02-25)
2020-02-25 23:08:28 +02:00
2024-11-11 19:45:24 +02:00
### Added
2020-02-25 23:08:28 +02:00
- **[dnsprovider]** Add DNS provider for Constellix
- **[dnsprovider]** Add DNS provider for Servercow.
- **[dnsprovider]** Add DNS provider for Scaleway
2024-03-11 01:09:26 +02:00
- **[cli]** Add "LEGO_PATH" environment variable
2020-02-25 23:08:28 +02:00
2024-11-11 19:45:24 +02:00
### Changed
2020-02-25 23:08:28 +02:00
- **[dnsprovider]** route53: allow custom client to be provided
- **[dnsprovider]** namecheap: allow external domains
- **[dnsprovider]** namecheap: add sandbox support.
- **[dnsprovider]** ovh: Improve provider documentation
- **[dnsprovider]** route53: Improve provider documentation
2024-11-11 19:45:24 +02:00
### Fixed
2020-02-25 23:08:28 +02:00
- **[dnsprovider]** zoneee: fix subdomains.
2024-03-11 01:09:26 +02:00
- **[dnsprovider]** designate: Don't clean up managed records like SOA and NS
2020-02-25 23:08:28 +02:00
- **[dnsprovider]** dnspod: update lib.
- **[lib]** crypto: Treat CommonName as optional
- **[lib]** chore: update cenkalti/backoff to v4.
2024-11-11 19:45:24 +02:00
## [v3.3.0](https://github.com/go-acme/lego/releases/tag/v3.3.0) (2020-01-08)
### Added
2020-01-08 22:04:44 +02:00
- **[dnsprovider]** Add DNS provider for Checkdomain
- **[lib]** Add support to update account
2024-11-11 19:45:24 +02:00
### Changed
2020-01-08 22:04:44 +02:00
- **[dnsprovider]** gcloud: Auto-detection of the project ID.
- **[lib]** Successfully parse private key PEM blocks
2024-11-11 19:45:24 +02:00
### Fixed
2020-01-08 22:04:44 +02:00
- **[dnsprovider]** Update dnspod, because of API breaking changes.
2024-11-11 19:45:24 +02:00
## [v3.2.0](https://github.com/go-acme/lego/releases/tag/v3.2.0) (2019-11-10)
### Added
2019-11-09 21:53:40 +02:00
- **[dnsprovider]** Add support for autodns
2024-11-11 19:45:24 +02:00
### Changed
2019-11-09 21:53:40 +02:00
- **[dnsprovider]** httpreq: Allow use environment vars from a `_FILE` file
2024-03-11 01:09:26 +02:00
- **[lib]** Don't deactivate valid authorizations
2019-11-09 21:53:40 +02:00
- **[lib]** Expose more SOA fields found by dns01.FindZoneByFqdn
2024-11-11 19:45:24 +02:00
### Fixed
2019-11-09 21:53:40 +02:00
- **[dnsprovider]** use token as unique ID.
2024-11-11 19:45:24 +02:00
## [v3.1.0](https://github.com/go-acme/lego/releases/tag/v3.1.0) (2019-10-07)
### Added
2019-10-09 02:29:29 +02:00
- **[dnsprovider]** Add DNS provider for Liquid Web
- **[dnsprovider]** cloudflare: add support for API tokens
- **[cli]** feat: ease operation behind proxy servers
2024-11-11 19:45:24 +02:00
### Changed
2019-10-09 02:29:29 +02:00
- **[dnsprovider]** cloudflare: update client
- **[dnsprovider]** linodev4: propagation timeout configuration.
2024-11-11 19:45:24 +02:00
### Fixed
2019-10-09 02:29:29 +02:00
- **[dnsprovider]** ovh: fix int overflow.
- **[dnsprovider]** bindman: fix client version.
2024-11-11 19:45:24 +02:00
## [v3.0.2](https://github.com/go-acme/lego/releases/tag/v3.0.2) (2019-08-15)
### Fixed
2019-08-14 02:33:52 +02:00
- Invalid pseudo version (related to Cloudflare client).
2024-11-11 19:45:24 +02:00
## [v3.0.1](https://github.com/go-acme/lego/releases/tag/v3.0.1) (2019-08-14)
2019-08-15 15:33:12 +02:00
There was a problem when creating the tag v3.0.1, this tag has been invalidated.
2019-08-15 15:33:12 +02:00
2024-11-11 19:45:24 +02:00
## [v3.0.0](https://github.com/go-acme/lego/releases/tag/v3.0.0) (2019-08-05)
### Changed
- migrate to go module (new import github.com/go-acme/lego/v3/)
- update DNS clients
2024-11-11 19:45:24 +02:00
## [v2.7.2](https://github.com/go-acme/lego/releases/tag/v2.7.2) (2019-07-30)
### Fixed
2019-07-30 20:49:41 +02:00
- **[dnsprovider]** vultr: quote TXT record
2024-11-11 19:45:24 +02:00
## [v2.7.1](https://github.com/go-acme/lego/releases/tag/v2.7.1) (2019-07-22)
### Fixed
2019-07-22 23:32:43 +02:00
- **[dnsprovider]** vultr: invalid record type.
2024-11-11 19:45:24 +02:00
## [v2.7.0](https://github.com/go-acme/lego/releases/tag/v2.7.0) (2019-07-17)
### Added
2019-07-05 04:05:09 +02:00
- **[dnsprovider]** Add DNS provider for namesilo
- **[dnsprovider]** Add DNS provider for versio.nl
2024-11-11 19:45:24 +02:00
### Changed
2019-07-05 04:05:09 +02:00
- **[dnsprovider]** Update DNS providers libs.
- **[dnsprovider]** joker: support username and password.
- **[dnsprovider]** Vultr: Switch to official client
2024-11-11 19:45:24 +02:00
### Fixed
2019-07-05 04:05:09 +02:00
- **[dnsprovider]** otc: Prevent sending empty body.
2024-11-11 19:45:24 +02:00
## [v2.6.0](https://github.com/go-acme/lego/releases/tag/v2.6.0) (2019-05-27)
### Added
2019-05-27 19:29:21 +02:00
- **[dnsprovider]** Add support for Joker.com DMAPI
- **[dnsprovider]** Add support for Bindman DNS provider
- **[dnsprovider]** Add support for EasyDNS
- **[lib]** Get an existing certificate by URL
2024-11-11 19:45:24 +02:00
### Changed
2019-05-27 19:29:21 +02:00
- **[dnsprovider]** digitalocean: LEGO_EXPERIMENTAL_CNAME_SUPPORT support
- **[dnsprovider]** gcloud: Use fqdn to get zone Present/CleanUp
- **[dnsprovider]** exec: serial behavior
- **[dnsprovider]** manual: serial behavior.
- **[dnsprovider]** Strip newlines when reading environment variables from `_FILE` suffixed files.
2024-11-11 19:45:24 +02:00
### Fixed
2019-05-27 19:29:21 +02:00
- **[cli]** fix: cli disable-cp option.
- **[dnsprovider]** gcloud: fix zone visibility.
2024-11-11 19:45:24 +02:00
## [v2.5.0](https://github.com/go-acme/lego/releases/tag/v2.5.0) (2019-04-17)
### Added
2019-04-18 19:48:57 +02:00
- **[cli]** Adds renew hook
- **[dnsprovider]** Adds 'Since' to DNS providers documentation
2024-11-11 19:45:24 +02:00
### Changed
2019-04-18 19:48:57 +02:00
- **[dnsprovider]** gcloud: use public DNS zones
- **[dnsprovider]** route53: enhance documentation.
2024-11-11 19:45:24 +02:00
### Fixed
2019-04-18 19:48:57 +02:00
- **[dnsprovider]** cloudns: fix TTL and status validation
- **[dnsprovider]** sakuracloud: supports concurrent update
- **[dnsprovider]** Disable authz when solve fail.
- Add tzdata to the Docker image.
2024-11-11 19:45:24 +02:00
## [v2.4.0](https://github.com/go-acme/lego/releases/tag/v2.4.0) (2019-03-25)
2019-03-26 14:51:38 +02:00
- Migrate from xenolf/lego to go-acme/lego.
2024-11-11 19:45:24 +02:00
### Added
2019-03-26 14:51:38 +02:00
- **[dnsprovider]** Add DNS Provider for Domain Offensive (do.de)
- **[dnsprovider]** Adds information about '_FILE' suffix.
2024-11-11 19:45:24 +02:00
### Fixed
2019-03-26 14:51:38 +02:00
- **[cli,dnsprovider]** Add 'manual' provider to the output of dnshelp
- **[dnsprovider]** hostingde: Use provided ZoneName instead of domain
- **[dnsprovider]** pdns: fix wildcard with SANs
2024-11-11 19:45:24 +02:00
## [v2.3.0](https://github.com/go-acme/lego/releases/tag/v2.3.0) (2019-03-11)
### Added
2019-03-11 18:09:37 +02:00
- **[dnsprovider]** Add DNS Provider for ClouDNS.net
- **[dnsprovider]** Add DNS Provider for Oracle Cloud
2024-11-11 19:45:24 +02:00
### Changed
2019-03-11 18:09:37 +02:00
- **[cli]** Adds log when no renewal.
- **[dnsprovider,lib]** Add a mechanism to wrap a PreCheckFunc
- **[dnsprovider]** oraclecloud: better way to get private key.
- **[dnsprovider]** exoscale: update library
2024-11-11 19:45:24 +02:00
### Fixed
2019-03-11 18:09:37 +02:00
- **[dnsprovider]** OVH: Refresh zone after deleting challenge record
- **[dnsprovider]** oraclecloud: ttl config and timeout
- **[dnsprovider]** hostingde: fix client fails if customer has no access to dns-groups
- **[dnsprovider]** vscale: getting sub-domain
- **[dnsprovider]** selectel: getting sub-domain
- **[dnsprovider]** vscale: fix TXT records clean up
- **[dnsprovider]** selectel: fix TXT records clean up
2024-11-11 19:45:24 +02:00
## [v2.2.0](https://github.com/go-acme/lego/releases/tag/v2.2.0) (2019-02-08)
### Added
2019-02-08 20:35:05 +02:00
- **[dnsprovider]** Add support for Openstack Designate as a DNS provider
- **[dnsprovider]** gcloud: Option to specify gcloud service account json by env as string
- **[experimental feature]** Resolve CNAME when creating dns-01 challenge. To enable: set `LEGO_EXPERIMENTAL_CNAME_SUPPORT` to `true`.
2024-11-11 19:45:24 +02:00
### Changed
2019-02-08 20:35:05 +02:00
- **[cli]** Applies Let’s Encrypt’s recommendation about renew. The option `--days` of the command `renew` has a new default value (`30`)
- **[lib]** Uses a jittered exponential backoff
2024-11-11 19:45:24 +02:00
### Fixed
2019-02-08 20:35:05 +02:00
- **[cli]** CLI and key type.
- **[dnsprovider]** httpreq: Endpoint with path.
- **[dnsprovider]** fastdns: Do not overwrite existing TXT records
- Log wildcard domain correctly in validation
2024-11-11 19:45:24 +02:00
## [v2.1.0](https://github.com/go-acme/lego/releases/tag/v2.1.0) (2019-01-24)
### Added
2019-01-24 22:53:44 +02:00
- **[dnsprovider]** Add support for zone.ee as a DNS provider.
2024-11-11 19:45:24 +02:00
### Changed
2019-01-24 22:53:44 +02:00
- **[dnsprovider]** nifcloud: Change DNS base url.
- **[dnsprovider]** gcloud: More detailed information about Google Cloud DNS.
2024-11-11 19:45:24 +02:00
### Fixed
2019-01-24 22:53:44 +02:00
- **[lib]** fix: OCSP, set HTTP client.
- **[dnsprovider]** alicloud: fix pagination.
- **[dnsprovider]** namecheap: fix panic.
2024-11-11 19:45:24 +02:00
## [v2.0.0](https://github.com/go-acme/lego/releases/tag/v2.0.0) (2019-01-09)
### Added
2019-01-09 16:56:06 +02:00
- **[cli,lib]** Option to disable the complete propagation Requirement
- **[lib,cli]** Support non-ascii domain name (punnycode)
- **[cli,lib]** Add configurable timeout when obtaining certificates
- **[cli]** Archive revoked certificates
- **[cli]** Add command to list certificates.
- **[cli]** support for renew with CSR
- **[cli]** add SAN on renew
- **[lib]** Adds `Remove` for challenges
- **[lib]** Add version to xenolf-acme in User-Agent.
- **[dnsprovider]** The ability for a DNS provider to solve the challenge sequentially
2024-03-11 01:09:26 +02:00
- **[dnsprovider]** Add DNS provider for "HTTP request".
2019-01-09 16:56:06 +02:00
- **[dnsprovider]** Add DNS Provider for Vscale
- **[dnsprovider]** Add DNS Provider for TransIP
- **[dnsprovider]** Add DNS Provider for inwx
- **[dnsprovider]** alidns: add support to handle more than 20 domains
2024-11-11 19:45:24 +02:00
### Changed
2019-01-09 16:56:06 +02:00
- **[lib]** Check all challenges in a predictable order
- **[lib]** Poll authz URL instead of challenge URL
- **[lib]** Check all nameservers in a predictable order
- **[lib]** Logs every iteration of waiting for the propagation
- **[cli]** `--http`: enable HTTP challenge **important**
- **[cli]** `--http.port`: previously named `--http`
- **[cli]** `--http.webroot`: previously named `--webroot`
- **[cli]** `--http.memcached-host`: previously named `--memcached-host`
- **[cli]** `--tls`: enable TLS challenge **important**
- **[cli]** `--tls.port`: previously named `--tls`
- **[cli]** `--dns.resolvers`: previously named `--dns-resolvers`
2019-02-08 20:35:05 +02:00
- **[cli]** the option `--days` of the command `renew` has default value (`15`)
2019-01-09 16:56:06 +02:00
- **[dnsprovider]** gcloud: Use GCE_PROJECT for project always, if specified
2024-11-11 19:45:24 +02:00
### Removed
2019-01-09 16:56:06 +02:00
- **[lib]** Remove `SetHTTP01Address`
- **[lib]** Remove `SetTLSALPN01Address`
- **[lib]** Remove `Exclude`
- **[cli]** Remove `--exclude`, `-x`
2024-11-11 19:45:24 +02:00
### Fixed
2019-01-09 16:56:06 +02:00
- **[lib]** Fixes revocation for subdomains and non-ascii domains
- **[lib]** Disable pending authorizations
- **[dnsprovider]** transip: concurrent access to the API.
- **[dnsprovider]** gcloud: fix for wildcard
- **[dnsprovider]** Azure: Do not overwrite existing TXT records
- **[dnsprovider]** fix: Cloudflare error.
2024-11-11 19:45:24 +02:00
## [v1.2.0](https://github.com/go-acme/lego/releases/tag/v1.2.0) (2018-11-04)
### Added
2018-11-05 16:14:30 +02:00
- **[dnsprovider]** Add DNS Provider for ConoHa DNS
- **[dnsprovider]** Add DNS Provider for MyDNS.jp
- **[dnsprovider]** Add DNS Provider for Selectel
2024-11-11 19:45:24 +02:00
### Fixed
2018-11-05 16:14:30 +02:00
- **[dnsprovider]** netcup: make unmarshalling of api-responses more lenient.
2024-11-11 19:45:24 +02:00
### Changed
2018-11-05 16:14:30 +02:00
- **[dnsprovider]** aurora: change DNS client
- **[dnsprovider]** azure: update auth to support instance metadata service
- **[dnsprovider]** dnsmadeeasy: log response body on error
- **[lib]** TLS-ALPN-01: Update idPeAcmeIdentifierV1, draft refs.
- **[lib]** Do not send a JWS body when POSTing challenges.
- **[lib]** Support POST-as-GET.
2024-11-11 19:45:24 +02:00
## [v1.1.0](https://github.com/go-acme/lego/releases/tag/v1.1.0) (2018-10-16)
### Added
2018-10-17 01:38:57 +02:00
- **[lib]** TLS-ALPN-01 Challenge
- **[cli]** Add filename parameter
- **[dnsprovider]** Allow to configure TTL, interval and timeout
- **[dnsprovider]** Add support for reading DNS provider setup from files
- **[dnsprovider]** Add DNS Provider for ACME-DNS
- **[dnsprovider]** Add DNS Provider for ALIYUN DNS
- **[dnsprovider]** Add DNS Provider for DreamHost
- **[dnsprovider]** Add DNS provider for hosting.de
- **[dnsprovider]** Add DNS Provider for IIJ
- **[dnsprovider]** Add DNS Provider for netcup
- **[dnsprovider]** Add DNS Provider for NIFCLOUD DNS
- **[dnsprovider]** Add DNS Provider for SAKURA Cloud
- **[dnsprovider]** Add DNS Provider for Stackpath
- **[dnsprovider]** Add DNS Provider for VegaDNS
- **[dnsprovider]** exec: add EXEC_MODE=RAW support.
- **[dnsprovider]** cloudflare: support for CF_API_KEY and CF_API_EMAIL
2024-11-11 19:45:24 +02:00
### Fixed
2018-10-17 01:38:57 +02:00
- **[lib]** Don't trust identifiers order.
- **[lib]** Fix missing issuer certificates from Let's Encrypt
- **[dnsprovider]** duckdns: fix TXT record update url
- **[dnsprovider]** duckdns: fix subsubdomain
- **[dnsprovider]** gcloud: update findTxtRecords to use Name=fqdn and Type=TXT
- **[dnsprovider]** lightsail: Fix Domain does not exist error
- **[dnsprovider]** ns1: use the authoritative zone and not the domain name
- **[dnsprovider]** ovh: check error to avoid panic due to nil client
2024-11-11 19:45:24 +02:00
### Changed
2018-10-17 01:38:57 +02:00
- **[lib]** Submit all dns records up front, then validate serially
2024-11-11 19:45:24 +02:00
## [v1.0.0](https://github.com/go-acme/lego/releases/tag/v1.0.0) (2018-05-30)
### Changed
- **[lib]** ACME v2 Support.
- **[dnsprovider]** Renamed `/providers/dns/googlecloud` to `/providers/dns/gcloud`.
- **[dnsprovider]** Modified Google Cloud provider `gcloud.NewDNSProviderServiceAccount` function to extract the project id directly from the service account file.
- **[dnsprovider]** Made errors more verbose for the Cloudflare provider.
2024-11-11 19:45:24 +02:00
## [v0.5.0](https://github.com/go-acme/lego/releases/tag/v0.5.0) (2018-05-29)
### Added
2018-05-30 02:58:11 +02:00
- **[dnsprovider]** Add DNS challenge provider `exec`
- **[dnsprovider]** Add DNS Provider for Akamai FastDNS
- **[dnsprovider]** Add DNS Provider for Bluecat DNS
- **[dnsprovider]** Add DNS Provider for CloudXNS
- **[dnsprovider]** Add DNS Provider for Duck DNS
- **[dnsprovider]** Add DNS Provider for Gandi Beta Platform (LiveDNS)
- **[dnsprovider]** Add DNS Provider for GleSYS API
- **[dnsprovider]** Add DNS Provider for GoDaddy
- **[dnsprovider]** Add DNS Provider for Lightsail
- **[dnsprovider]** Add DNS Provider for Name.com
2024-11-11 19:45:24 +02:00
### Fixed
2018-05-30 02:58:11 +02:00
- **[dnsprovider]** Azure: Added missing environment variable in the comments
- **[dnsprovider]** PowerDNS: Fix zone URL, add leading slash.
- **[dnsprovider]** DNSimple: Fix api
- **[cli]** Correct help text for `--dns-resolvers` default.
- **[cli]** renew/revoke - don't panic on wrong account.
- **[lib]** Fix zone detection for cross-zone cnames.
- **[lib]** Use proxies from environment when making outbound http connections.
2024-11-11 19:45:24 +02:00
### Changed
2018-05-30 02:58:11 +02:00
- **[lib]** Users of an effective top-level domain can use the DNS challenge.
- **[dnsprovider]** Azure: Refactor to work with new Azure SDK version.
- **[dnsprovider]** Cloudflare and Azure: Adding output of which envvars are missing.
- **[dnsprovider]** Dyn DNS: Slightly improve provider error reporting.
- **[dnsprovider]** Exoscale: update to latest egoscale version.
- **[dnsprovider]** Route53: Use NewSessionWithOptions instead of deprecated New.
2024-11-11 19:45:24 +02:00
## [0.4.1](https://github.com/go-acme/lego/releases/tag/0.4.1) (2017-09-26)
### Added
2017-09-26 16:13:47 +02:00
- lib: A new DNS provider for OTC.
- lib: The `AWS_HOSTED_ZONE_ID` environment variable for the Route53 DNS provider to directly specify the zone.
2024-02-08 18:14:25 +02:00
- lib: The `RFC2136_TIMEOUT` environment variable to make the timeout for the RFC2136 provider configurable.
2017-09-26 16:13:47 +02:00
- lib: The `GCE_SERVICE_ACCOUNT_FILE` environment variable to specify a service account file for the Google Cloud DNS provider.
2024-11-11 19:45:24 +02:00
### Fixed
2017-09-26 16:13:47 +02:00
- lib: Fixed an authentication issue with the latest Azure SDK.
2024-11-11 19:45:24 +02:00
## [0.4.0](https://github.com/go-acme/lego/releases/tag/0.4.0) (2017-07-13)
2024-11-12 01:02:35 +02:00
### Added
2017-07-13 03:17:00 +02:00
2024-11-12 01:02:35 +02:00
- CLI: The `--http-timeout` switch. This allows for an override of the default client HTTP timeout.
2017-07-13 03:17:00 +02:00
- lib: The `HTTPClient` field. This allows for an override of the default HTTP timeout for library HTTP requests.
- CLI: The `--dns-timeout` switch. This allows for an override of the default DNS timeout for library DNS requests.
- lib: The `DNSTimeout` switch. This allows for an override of the default client DNS timeout.
- lib: The `QueryRegistration` function on `acme.Client`. This performs a POST on the client registration's URI and gets the updated registration info.
- lib: The `DeleteRegistration` function on `acme.Client`. This deletes the registration as currently configured in the client.
- lib: The `ObtainCertificateForCSR` function on `acme.Client`. The function allows to request a certificate for an already existing CSR.
- CLI: The `--csr` switch. Allows to use already existing CSRs for certificate requests on the command line.
- CLI: The `--pem` flag. This will change the certificate output, so it outputs a .pem file concatanating the .key and .crt files together.
2017-07-13 03:17:00 +02:00
- CLI: The `--dns-resolvers` flag. Allows for users to override the default DNS servers used for recursive lookup.
- lib: Added a memcached provider for the HTTP challenge.
- CLI: The `--memcached-host` flag. This allows to use memcached for challenge storage.
- CLI: The `--must-staple` flag. This enables OCSP must staple in the generated CSR.
- lib: The library will now honor entries in your resolv.conf.
- lib: Added a field `IssuerCertificate` to the `CertificateResource` struct.
- lib: A new DNS provider for OVH.
- lib: A new DNS provider for DNSMadeEasy.
- lib: A new DNS provider for Linode.
- lib: A new DNS provider for AuroraDNS.
- lib: A new DNS provider for NS1.
- lib: A new DNS provider for Azure DNS.
- lib: A new DNS provider for Rackspace DNS.
- lib: A new DNS provider for Exoscale DNS.
- lib: A new DNS provider for DNSPod.
2024-11-11 19:45:24 +02:00
### Changed
2017-07-13 03:17:00 +02:00
- lib: Exported the `PreCheckDNS` field so library users can manage the DNS check in tests.
- lib: The library will now skip challenge solving if a valid Authz already exists.
2024-11-11 19:45:24 +02:00
### Removed
- lib: The library will no longer check for auto-renewed certificates. This has been removed from the spec and is not supported in Boulder.
2017-07-13 03:17:00 +02:00
2024-11-11 19:45:24 +02:00
### Fixed
2017-07-13 03:17:00 +02:00
- lib: Fix a problem with the Route53 provider where it was possible the verification was published to a private zone.
- lib: Loading an account from file should fail if an integral part is nil
2017-07-13 03:17:00 +02:00
- lib: Fix a potential issue where the Dyn provider could resolve to an incorrect zone.
- lib: If a registration encounteres a conflict, the old registration is now recovered.
- CLI: The account.json file no longer has the executable flag set.
- lib: Made the client registration more robust in case of a 403 HTTP response.
- lib: Fixed an issue with zone lookups when they have a CNAME in another zone.
- lib: Fixed the lookup for the authoritative zone for Google Cloud.
- lib: Fixed a race condition in the nonce store.
- lib: The Google Cloud provider now removes old entries before trying to add new ones.
- lib: Fixed a condition where we could stall due to an early error condition.
- lib: Fixed an issue where Authz object could end up in an active state after an error condition.
2024-11-11 19:45:24 +02:00
## [0.3.1](https://github.com/go-acme/lego/releases/tag/0.3.1) (2016-04-19)
### Added
2016-04-19 20:57:16 +02:00
- lib: A new DNS provider for Vultr.
2024-11-11 19:45:24 +02:00
### Fixed
2016-04-19 20:57:16 +02:00
- lib: DNS Provider for DigitalOcean could not handle subdomains properly.
- lib: handleHTTPError should only try to JSON decode error messages with the right content type.
- lib: The propagation checker for the DNS challenge would not retry on send errors.
2024-11-11 19:45:24 +02:00
## [0.3.0](https://github.com/go-acme/lego/releases/tag/0.3.0) (2016-03-19)
2016-04-19 20:57:16 +02:00
2024-11-11 19:45:24 +02:00
### Added
2016-01-31 01:30:35 +02:00
2016-03-19 23:43:26 +02:00
- CLI: The `--dns` switch. To include the DNS challenge for consideration. When using this switch, all other solvers are disabled. Supported are the following solvers: cloudflare, digitalocean, dnsimple, dyn, gandi, googlecloud, namecheap, route53, rfc2136 and manual.
- CLI: The `--accept-tos` switch. Indicates your acceptance of the Let's Encrypt terms of service without prompting you.
2016-03-19 23:43:26 +02:00
- CLI: The `--webroot` switch. The HTTP-01 challenge may now be completed by dropping a file into a webroot. When using this switch, all other solvers are disabled.
- CLI: The `--key-type` switch. This replaces the `--rsa-key-size` switch and supports the following key types: EC256, EC384, RSA2048, RSA4096 and RSA8192.
- CLI: The `--dnshelp` switch. This displays a more in-depth help topic for DNS solvers.
- CLI: The `--no-bundle` sub switch for the `run` and `renew` commands. When this switch is set, the CLI will not bundle the issuer certificate with your certificate.
2016-01-31 01:30:35 +02:00
- lib: A new type for challenge identifiers `Challenge`
2016-03-19 23:43:26 +02:00
- lib: A new interface for custom challenge providers `acme.ChallengeProvider`
- lib: A new interface for DNS-01 providers to allow for custom timeouts for the validation function `acme.ChallengeProviderTimeout`
2016-01-31 01:30:35 +02:00
- lib: SetChallengeProvider function. Pass a challenge identifier and a Provider to replace the default behaviour of a challenge.
- lib: The DNS-01 challenge has been implemented with modular solvers using the `ChallengeProvider` interface. Included solvers are: cloudflare, digitalocean, dnsimple, gandi, namecheap, route53, rfc2136 and manual.
2016-03-19 23:43:26 +02:00
- lib: The `acme.KeyType` type was added and is used for the configuration of crypto parameters for RSA and EC keys. Valid KeyTypes are: EC256, EC384, RSA2048, RSA4096 and RSA8192.
2016-01-31 01:30:35 +02:00
### Changed
2024-11-11 19:45:24 +02:00
2016-01-31 01:30:35 +02:00
- lib: ExcludeChallenges now expects to be passed an array of `Challenge` types.
- lib: HTTP-01 now supports custom solvers using the `ChallengeProvider` interface.
- lib: TLS-SNI-01 now supports custom solvers using the `ChallengeProvider` interface.
2016-03-19 23:43:26 +02:00
- lib: The `GetPrivateKey` function in the `acme.User` interface is now expected to return a `crypto.PrivateKey` instead of an `rsa.PrivateKey` for EC compat.
- lib: The `acme.NewClient` function now expects an `acme.KeyType` instead of the keyBits parameter.
2016-01-31 01:30:35 +02:00
### Removed
2024-11-11 19:45:24 +02:00
2016-03-19 23:43:26 +02:00
- CLI: The `rsa-key-size` switch was removed in favor of `key-type` to support EC keys.
2016-01-31 01:30:35 +02:00
### Fixed
2024-11-11 19:45:24 +02:00
2016-01-31 01:30:35 +02:00
- lib: Fixed a race condition in HTTP-01
- lib: Fixed an issue where status codes on ACME challenge responses could lead to no action being taken.
- lib: Fixed a regression when calling the Renew function with a SAN certificate.
2024-11-11 19:45:24 +02:00
## [0.2.0](https://github.com/go-acme/lego/releases/tag/0.2.0) (2016-01-09)
### Added
2015-12-21 22:10:13 +02:00
- CLI: The `--exclude` or `-x` switch. To exclude a challenge from being solved.
2016-01-08 09:19:09 +02:00
- CLI: The `--http` switch. To set the listen address and port of HTTP based challenges. Supports `host:port` and `:port` for any interface.
- CLI: The `--tls` switch. To set the listen address and port of TLS based challenges. Supports `host:port` and `:port` for any interface.
2016-01-08 11:17:35 +02:00
- CLI: The `--reuse-key` switch for the `renew` operation. This lets you reuse an existing private key for renewals.
- lib: ExcludeChallenges function. Pass an array of challenge identifiers to exclude them from solving.
2016-01-08 09:19:09 +02:00
- lib: SetHTTPAddress function. Pass a port to set the listen port for HTTP based challenges.
- lib: SetTLSAddress function. Pass a port to set the listen port of TLS based challenges.
- lib: acme.UserAgent variable. Use this to customize the user agent on all requests sent by lego.
2024-11-11 19:45:24 +02:00
### Changed
- lib: NewClient does no longer accept the optPort parameter
- lib: ObtainCertificate now returns a SAN certificate if you pass more than one domain.
2016-01-08 09:19:09 +02:00
- lib: GetOCSPForCert now returns the parsed OCSP response instead of just the status.
2016-01-08 11:17:35 +02:00
- lib: ObtainCertificate has a new parameter `privKey crypto.PrivateKey` which lets you reuse an existing private key for new certificates.
- lib: RenewCertificate now expects the PrivateKey property of the CertificateResource to be set only if you want to reuse the key.
2024-11-11 19:45:24 +02:00
### Removed
- CLI: The `--port` switch was removed.
2016-01-08 09:19:09 +02:00
- lib: RenewCertificate does no longer offer to also revoke your old certificate.
2024-11-11 19:45:24 +02:00
### Fixed
- CLI: Fix logic using the `--days` parameter for renew
2015-12-21 22:10:13 +02:00
2024-11-11 19:45:24 +02:00
## [0.1.1](https://github.com/go-acme/lego/releases/tag/0.1.1) (2015-12-18)
### Added
2015-12-21 03:21:23 +02:00
- CLI: Added a way to automate renewal through a cronjob using the --days parameter to renew
2024-11-11 19:45:24 +02:00
### Changed
2015-12-21 03:21:23 +02:00
- lib: Improved log output on challenge failures.
2024-11-11 19:45:24 +02:00
### Fixed
2015-12-21 03:21:23 +02:00
- CLI: The short parameter for domains would not get accepted
- CLI: The cli did not return proper exit codes on error library errors.
- lib: RenewCertificate did not properly renew SAN certificates.
### Security
2024-11-11 19:45:24 +02:00
2015-12-21 03:21:23 +02:00
- lib: Fix possible DOS on GetOCSPForCert
2024-11-11 19:45:24 +02:00
## [0.1.0](https://github.com/go-acme/lego/releases/tag/0.1.0) (2015-12-03)
2015-12-24 00:31:03 +02:00
- Initial release