Ludovic Fernandez
d2898e1706
chore: use contants for flag names ( #2283 )
2024-09-20 19:47:50 +02:00
Ludovic Fernandez
76eb1eac8a
feat: add LEGO_ISSUER_CERT_PATH to hook ( #2164 )
2024-04-17 13:09:06 +00:00
Ludovic Fernandez
d60c335cc0
feat: fills LEGO_CERT_PFX_PATH and LEGO_CERT_PEM_PATH only when needed ( #2160 )
2024-04-16 23:10:59 +02:00
Ludovic Fernandez
19bbefbc8c
fix: don't generate ARI cert ID if ARI is not enable ( #2138 )
2024-03-11 00:04:53 +01:00
Samantha
6dd8d035d1
feat: implement 'replaces' field in newOrder and draft-ietf-acme-ari-03 CertID changes ( #2114 )
2024-03-08 15:22:09 +00:00
Ludovic Fernandez
23824af555
chore: update to go1.21 ( #2103 )
2024-02-08 03:16:48 +01:00
Martin Weindel
d263a28c64
feat: support simplified issuance for very long domain names at Let's Encrypt ( #2054 )
...
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
2024-01-26 23:16:47 +00:00
Samantha
3c73f624ba
feat: update CertID format as per draft-ietf-acme-ari-02 ( #2066 )
2024-01-24 21:02:50 +00:00
Ludovic Fernandez
c341e6a381
feat: support custom duration for certificate ( #1925 )
2023-05-28 16:45:48 +02:00
Samantha
8df8c7f08d
Initial ACME Renewal Info (ARI) Implementation ( #1912 )
...
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
2023-05-27 17:05:22 +02:00
Dominik Menke
091e03f071
docs: generate CLI help ( #1785 )
2023-01-08 13:53:15 +00:00
Dominik Menke
3e9e6ac847
cli/renew: skip random sleep if stdout is a terminal ( #1659 )
2022-06-17 11:15:20 +02:00
Ludovic Fernandez
257dfa777e
feat: sleep at renewal ( #1657 )
...
Co-authored-by: Dominik Menke <git@dmke.org>
2022-06-15 07:08:24 +00:00
Ludovic Fernandez
2c0aaf7fef
feat: add LEGO_CERT_PEM_PATH and LEGO_CERT_PFX_PATH ( #1609 )
2022-03-21 09:36:28 +01:00
Ludovic Fernandez
7d9176bd0d
chore: migrate to github.com/urfave/cli/v2 ( #1590 )
2022-02-13 12:28:51 +01:00
Martin Weindel
6d0e0e16b4
Add AlwaysDeactivateAuthorizations flag to ObtainRequest ( #1480 )
...
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
2021-09-08 23:14:21 +02: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
Ludovic Fernandez
6b00497f34
chore: update linter. ( #1214 )
2020-07-10 01:48:18 +02:00
Ludovic Fernandez
e07bf641ab
feat: add hook on the run command. ( #1157 )
2020-05-14 23:44:08 +02:00
Ludovic Fernandez
eb112e381c
fix: review path information. ( #1151 )
2020-05-11 10:29:39 +02:00
sdlspr
7a61e681b0
Informations about renewed certificates are now passed to the renew hook ( #1108 )
2020-04-11 14:57:06 +02: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
5d557fdc6d
Adds renew hook ( #845 )
...
* chore: update golangci-lint.
* feat: support renew-hook.
2019-04-02 18:38:23 +02:00
Ludovic Fernandez
3edb75872d
chore: migrate to new org. ( #824 )
2019-03-11 17:56:48 +01:00
Ludovic Fernandez
b7bb9b0ac1
feat: adds log when no renewal. ( #819 )
2019-03-11 17:08: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
cc0d112e34
Applies Let’s Encrypt’s recommendation about renew. ( #787 )
2019-02-08 02:43:05 +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