Commit graph

11 commits

Author SHA1 Message Date
Fernandez Ludovic 96a8381a6b fix: disable snap release 2024-05-28 16:20:55 +02:00
Fernandez Ludovic 71b48f8217 fix: disable Solaris build 2024-05-28 14:55:05 +02:00
Guillaume Belanger 61553c4195
chore: add snap to release packages (#2134) 2024-03-15 03:12:08 +01:00
Fernandez Ludovic 6decaed8a3 chore: update CI 2024-02-02 02:21:15 +01:00
Fernandez Ludovic 18c6d8fa03 chore: use buildx for cross-platform image builds 2023-02-26 14:27:16 +01:00
Fernandez Ludovic 16660b23e4 doc: update Changelog. 2021-01-24 18:00:51 +01:00
Ludovic Fernandez 0349e40071
binaries: Add MIPS arch. (#1179) 2020-06-03 22:26:35 +02:00
Ludovic Fernandez d64d33a7f9
chore: Build improvements (#1079) 2020-03-08 22:19:12 +01:00
Ludovic Fernandez a7bf8c3197
Fix invalid pseudo version (#945)
* fix: invalid pseudo version.
* fix: goreleaser configuration.
* chore: ci configuration.
* doc: add requirements.
* doc: publish the doc more often.
2019-08-13 17:07:06 +02:00
Ludovic Fernandez 42941ccea6
Refactor the core of the lib (#700)
- Packages
- Isolate code used by the CLI into the package `cmd`
- (experimental) Add e2e tests for HTTP01, TLS-ALPN-01 and DNS-01, use [Pebble](https://github.com/letsencrypt/pebble) and [challtestsrv](https://github.com/letsencrypt/boulder/tree/master/test/challtestsrv) 
- Support non-ascii domain name (punnycode)
- Check all challenges in a predictable order
- No more global exported variables
- Archive revoked certificates
- Fixes revocation for subdomains and non-ascii domains
- Disable pending authorizations
- use pointer for RemoteError/ProblemDetails
- Poll authz URL instead of challenge URL
- The ability for a DNS provider to solve the challenge sequentially
- Check all nameservers in a predictable order
- Option to disable the complete propagation Requirement
- CLI, support for renew with CSR
- CLI, add SAN on renew
- Add command to list certificates.
- Logs every iteration of waiting for the propagation
- update DNSimple client
- update github.com/miekg/dns
2018-12-06 22:50:17 +01:00
Ludovic Fernandez 3cc9a19a1c Add a release system. (#550)
* feat: add release system.
* feat: goreleaser.
* review: minor changes.
2018-05-29 11:40:00 -06:00