Commit message (Collapse) | Author | Age | Files | |
---|---|---|---|---|
* | Fix 'drop-privileges' test.HEADmaster | Guilhem Moulin | 9 days | 1 |
| | | | | | | Apparently `readlink -e …/fd/2` doesn't work anymore so we don't check existence anymore extistence of the last component, and instead merely check that the output is not empty. | |||
* | lacme: pass a temporary JSON file with the client configuration to the ↵ | Guilhem Moulin | 2021-02-25 | 1 |
| | | | | | | | | | internal client. So it doesn't have to parse the INI file again. Also, while lacme.conf is world-readable by default, one might restrict permissions and add private information in there, not realizing that everything, including comments, will be readable by the client. | |||
* | tests/drop-privileges: Ensure failure to drop privileges yields an error. | Guilhem Moulin | 2021-02-24 | 1 |
| | | | | And doesn't retain root privileges. | |||
* | Add test suite against Let's Encrypt's staging environment. | Guilhem Moulin | 2021-02-20 | 1 |
https://letsencrypt.org/docs/staging-environment/ |