Commit message (Collapse) | Author | Age | Files | |
---|---|---|---|---|
* | lacme: Don't write certificate(-chain) file on chown/chmod failure. | Guilhem Moulin | 2021-02-24 | 1 |
| | | | | | | | | | Otherwise we end up with files with mode 0644 owned by root:root, and subsequent lacme(8) invocations will likely not renew them for a while. This change also saves a chown(2) call. And the new logic (chown resp. chmod from root:root resp. 0600) is safe if we ever include private key material in there too. | |||
* | tests/cert-install: Include tests for failing chown(2). | Guilhem Moulin | 2021-02-24 | 1 |
| | | | | Due to unknown user/group name. | |||
* | tab damage | Guilhem Moulin | 2021-02-24 | 1 |
| | ||||
* | typofix | Guilhem Moulin | 2021-02-24 | 1 |
| | ||||
* | Add test suite against Let's Encrypt's staging environment. | Guilhem Moulin | 2021-02-20 | 1 |
https://letsencrypt.org/docs/staging-environment/ |