Commit message (Collapse) | Author | Age | Files | |
---|---|---|---|---|
* | Use upstream certicate chain instead of an hardcoded one.upstream/0.7 | Guilhem Moulin | 2020-11-26 | 1 |
| | | | | | | | | | | | | | This is a breaking change. The certificate indicated by 'CAfile' is no longer used as is in 'certificate-chain' (along with the leaf cert). The chain returned by the ACME v2 endpoint is used instead. This allows for more flexbility with respect to key/CA rotation, cf. https://letsencrypt.org/2020/11/06/own-two-feet.html and https://community.letsencrypt.org/t/beginning-issuance-from-r3/139018 Moreover 'CAfile' now defaults to @@datadir@@/lacme/ca-certificates.crt which is a concatenation of all known active CA certificates (which includes the previous default). | |||
* | Upgrade links to secure HTTP. | Guilhem Moulin | 2020-08-04 | 1 |
| | ||||
* | lacme: new option 'account --deactivate' | Guilhem Moulin | 2019-08-21 | 1 |
| | | | | For client-initiated account deactivation. See RFC 8555 sec. 7.3.6. | |||
* | Issue GET and POST-as-GET requests (RFC 8555 sec. 6.3) | Guilhem Moulin | 2019-08-21 | 1 |
| | | | | | For the authorizations, order and certificate URLs. See RFC 8555 sec. 7.1. | |||
* | Link to RFC 8555 instead of the ACME I-D URL. | Guilhem Moulin | 2019-08-21 | 1 |
| | ||||
* | lacme, client: new dependency Date::Parse. | Guilhem Moulin | 2019-01-21 | 1 |
| | ||||
* | client: poll order URL instead of each authz URL successively. | Guilhem Moulin | 2019-01-21 | 1 |
| | | | | We were blocking on https://github.com/letsencrypt/boulder/issues/3530 . | |||
* | Use ACME v2 endpoints | Guilhem Moulin | 2018-04-27 | 1 |
| | | | | https://tools.ietf.org/html/draft-ietf-acme-acme-12 | |||
* | Update copyright infoupstream/0.3 | Guilhem Moulin | 2017-07-09 | 1 |
| | ||||
* | Specify minimum required Perl versions. | Guilhem Moulin | 2017-07-01 | 1 |
| | ||||
* | Ensure fdopen is called with an integer. | Guilhem Moulin | 2017-07-01 | 1 |
| | ||||
* | Remove potential race when creating ACME challenge response files. | Guilhem Moulin | 2017-06-29 | 1 |
| | ||||
* | wibble | Guilhem Moulin | 2017-02-19 | 1 |
| | ||||
* | Honor Retry-After headers for certificate issuance and challenge responses. | Guilhem Moulin | 2016-06-30 | 1 |
| | ||||
* | More useful message upon Validation Challenge failure. | Guilhem Moulin | 2016-06-30 | 1 |
| | | | | | Format the problem document if the JSON has an “error” key. Cf. section 7 “Identifier Validation Challenges”. | |||
* | Add the short description in headers and manpages. | Guilhem Moulin | 2016-06-14 | 1 |
| | ||||
* | accountd: Don't mention "Let's Encrypt" in log messages. | Guilhem Moulin | 2016-06-14 | 1 |
| | ||||
* | Rename ‘letsencrypt-tiny’ to ‘lacme’. | Guilhem Moulin | 2016-06-13 | 1 |
| | ||||
* | Refactoring to use the account key manager. | Guilhem Moulin | 2016-03-02 | 1 |
| | ||||
* | acme-slave → client; acme-webserver → webserver | Guilhem Moulin | 2015-12-18 | 1 |