Commit graph

24 commits

Author SHA1 Message Date
Ludovic Fernandez 3cefc7a51b
chore: fix grammar and typo (#1978)
Co-authored-by: Dominik Menke <git@dmke.org>
2023-07-29 12:59:24 +02:00
Ludovic Fernandez c341e6a381
feat: support custom duration for certificate (#1925) 2023-05-28 16:45:48 +02:00
orangepizza 5a70c3661d
feat: support for certificate with raw IP SAN (RFC8738) (#1838) 2023-05-02 19:02:18 +02:00
Ludovic Fernandez 7dca695fcb
chore: update Pebble (#1857) 2023-03-01 23:56:19 +01:00
Ludovic Fernandez c45b756237
fix: flaky tests (#1701) 2022-08-22 21:31:06 +02:00
Ludovic Fernandez 409b3c9959
feat: update to go1.18 (#1700) 2022-08-22 15:05:31 +00:00
Ludovic Fernandez dc2b19e1b1
chore: update Go (#1469) 2021-08-25 11:44:11 +02:00
Ludovic Fernandez d9248c9d4f
chore: use GitHub Action. (#1319) 2020-12-09 20:52:21 +01:00
Chris Marchesi 73725b6437
acme/api: use postAsGet instead of post for AccountService.Get (#1283)
Co-authored-by: Fernandez Ludovic <lfernandez.dev@gmail.com>
2020-11-06 23:30:51 +01:00
Fernandez Ludovic 2582acc932 feat: changes module version. 2020-09-02 20:38:01 +02:00
Fernandez Ludovic 6ad8c6c16f feat: change ObtainForCSR signature. 2020-09-02 19:29:28 +02:00
Masayuki Matsuki 30e4987f99
Add preferred-chain option to support "alternate" certificate links (#1227)
Co-authored-by: Ludovic Fernandez <ldez@users.noreply.github.com>
2020-09-02 02:22:53 +02:00
Jared Ledvina 3d63e3ec07
Ensure we return a location during account updates (#1158) 2020-05-26 20:04:54 +02:00
Ludovic Fernandez 2da1ce06ea
chore: wrap errors. (#1070) 2020-02-27 19:14:45 +01:00
Rémi Lapeyre b1dba4f23d Add support to update account (#1002) 2019-11-19 01:07:46 +01:00
Ludovic Fernandez e345074ff6
fix: some debug code in e2e tests. (#1009) 2019-11-15 11:45:41 +01:00
Ludovic Fernandez 738e40f446
fix: use token as unique ID. (#1003) 2019-11-05 12:58:13 +01:00
Fernandez Ludovic e7a90b9471 chore: migrate to go module (v3.0.0)
- chore: update dependencies: use version with go modules.
- chore: remove dep.
- chore: update backoff imports.
- chore: init go module.
- chore: update CI.
- chore: mod v3
- chore: update docker image.
2019-08-07 14:07:47 +02:00
Ludovic Fernandez 3edb75872d
chore: migrate to new org. (#824) 2019-03-11 17:56:48 +01:00
Ludovic Fernandez 219222fdda
Use canonical imports (#822)
* fix: challenge are not required for revoke.
2019-03-11 16:54:35 +01:00
Ludovic Fernandez 43401f2475
New challenges management. (#741) 2019-01-03 16:59:53 +01:00
Ludovic Fernandez 820c2b7531
gcloud: fix for wildcard (#740) 2018-12-22 00:53:05 +01:00
Ludovic Fernandez 765b80cd41
fix: use new challtestsrv. (#735) 2018-12-19 14:09:32 +01: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