mirror of
https://github.com/go-acme/lego
synced 2026-03-14 14:35:48 +01:00
docs: sponsor incentives
This commit is contained in:
parent
0fcac851b3
commit
acfb5ea938
3 changed files with 27 additions and 1 deletions
|
|
@ -55,6 +55,20 @@ changelog:
|
|||
- '(?i)^Detach v[\d|.]+'
|
||||
- '(?i)^Prepare release v[\d|.]+'
|
||||
|
||||
release:
|
||||
skip_upload: false
|
||||
github:
|
||||
owner: 'go-acme'
|
||||
name: 'lego'
|
||||
header: |
|
||||
lego is an independent, free, and open-source project, if you value it, consider [supporting it](https://donate.ldez.dev)! ❤️
|
||||
|
||||
Everybody thinks that the others will donate, but in the end, nobody does.
|
||||
|
||||
So if you think that lego is worth it, please consider [donating](https://donate.ldez.dev).
|
||||
|
||||
For key updates, see the [changelog](https://github.com/go-acme/lego/blob/HEAD/CHANGELOG.md#v{{ .Major }}{{ .Minor }}{{ .Patch }}).
|
||||
|
||||
archives:
|
||||
- id: lego
|
||||
name_template: '{{ .ProjectName }}_v{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}{{ if .Mips }}_{{ .Mips }}{{ end }}'
|
||||
|
|
|
|||
|
|
@ -1,5 +1,11 @@
|
|||
# Changelog
|
||||
|
||||
lego is an independent, free, and open-source project, if you value it, consider [supporting it](https://donate.ldez.dev)! ❤️
|
||||
|
||||
Everybody thinks that the others will donate, but in the end, nobody does.
|
||||
|
||||
So if you think that lego is worth it, please consider [donating](https://donate.ldez.dev).
|
||||
|
||||
## v4.26.0
|
||||
|
||||
- Release date: 2025-09-13
|
||||
|
|
|
|||
|
|
@ -11,6 +11,12 @@ Let's Encrypt client and ACME library written in Go.
|
|||
[](https://github.com//go-acme/lego/actions)
|
||||
[](https://hub.docker.com/r/goacme/lego/)
|
||||
|
||||
lego is an independent, free, and open-source project, if you value it, consider [supporting it](https://donate.ldez.dev)! ❤️
|
||||
|
||||
Everybody thinks that the others will donate, but in the end, nobody does.
|
||||
|
||||
So if you think that lego is worth it, please consider [donating](https://donate.ldez.dev).
|
||||
|
||||
## Features
|
||||
|
||||
- ACME v2 [RFC 8555](https://www.rfc-editor.org/rfc/rfc8555.html)
|
||||
|
|
@ -18,7 +24,7 @@ Let's Encrypt client and ACME library written in Go.
|
|||
- Support [RFC 8738](https://www.rfc-editor.org/rfc/rfc8738.html): certificates for IP addresses
|
||||
- Support [RFC 9773](https://www.rfc-editor.org/rfc/rfc9773.html): Renewal Information (ARI) Extension
|
||||
- Support [draft-aaron-acme-profiles-00](https://datatracker.ietf.org/doc/draft-aaron-acme-profiles/): Profiles Extension
|
||||
- Comes with about [150 DNS providers](https://go-acme.github.io/lego/dns)
|
||||
- Comes with about [170 DNS providers](https://go-acme.github.io/lego/dns)
|
||||
- Register with CA
|
||||
- Obtain certificates, both from scratch or with an existing CSR
|
||||
- Renew certificates
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue