pschou
4eab81a9eb
feat(cli): add format option for PFX encoding ( #2063 )
...
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
2024-01-27 22:44:14 +00:00
pschou
c847ac4a4c
feat(cli): add environment variable for specifying alternate directory URL ( #2061 )
2024-01-12 21:11:42 +00:00
ember
d21706420a
Allow to set EAB kid and hmac via environment variables ( #1959 )
...
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
2023-07-27 12:07:10 +00:00
kingcdavid
6c13564bad
Adding S3 support for HTTP domain validation ( #1970 )
...
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
2023-07-27 10:42:48 +00:00
Ludovic Fernandez
c341e6a381
feat: support custom duration for certificate ( #1925 )
2023-05-28 16:45:48 +02:00
Paul Dee
2c9f6b19dd
docs: --help text fixes ( #1860 )
2023-03-02 22:14:25 +00:00
Paul Dee
56a419b0ea
docs: --pem and --pfx text disambiguation ( #1859 )
2023-03-02 18:29:29 +00:00
Paul Dee
27a2c014f7
feat: add RSA 3072 ( #1856 )
2023-03-01 15:27:20 +00:00
Dominik Menke
07d957fdc1
docs: expand description for --dns.resolvers ( #1786 )
2023-01-12 14:07:31 +00:00
Dominik Menke
091e03f071
docs: generate CLI help ( #1785 )
2023-01-08 13:53:15 +00:00
Matthew McPherrin
0e614c1d0b
feat: add a --user-agent flag to lego-cli ( #1664 )
2022-06-29 20:56:56 +02:00
Ludovic Fernandez
7d9176bd0d
chore: migrate to github.com/urfave/cli/v2 ( #1590 )
2022-02-13 12:28:51 +01:00
Carlos Alberto Costa Beppler
a6855cb69f
Added a --pfx, and --pfx.pass option to generate a PKCS#12 (.pfx) file. ( #1387 )
2021-12-25 19:36:01 +01:00
Fernandez Ludovic
2582acc932
feat: changes module version.
2020-09-02 20:38:01 +02:00
Fernandez Ludovic
53c02b6d5e
feat: replaces ec384 by ec256.
2020-09-02 19:29:28 +02:00
Héctor Molinero Fernández
59ea57daf6
cli: Add "LEGO_PATH" environment variable ( #1045 )
...
Co-authored-by: Ludovic Fernandez <ldez@users.noreply.github.com>
2020-01-18 22:59:06 +01:00
Aubrey
914d481a07
Update examples to explain http.webroot ( #1012 )
2019-11-19 01:43:07 +01:00
Dominik Menke
f69cd8d63d
feat: ease operation behind proxy servers ( #974 )
2019-10-05 13:44:38 +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
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
9409b92ed5
fix: CLI and key type. ( #790 )
2019-02-08 19:29:28 +01:00
Ludovic Fernandez
7e1f4948ec
Add configurable timeout when obtaining certificates. ( #747 )
2019-01-09 08:29:17 +01:00
Ludovic Fernandez
43401f2475
New challenges management. ( #741 )
2019-01-03 16:59:53 +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