Commit Graph

6 Commits

Author SHA1 Message Date
Roger A. Light
48f276f88d Fix multiple domains in renewal. 2022-12-30 10:34:18 +00:00
Roger A. Light
b7c3d52cd4 Fix letsencrypt case when RENEWED_DOMAINS is empty. 2021-06-10 11:55:01 +01:00
Roger A. Light
0d1bc03665 Simplify editing needs of the letsencrypt hook script. 2021-06-10 11:05:23 +01:00
Roger A. Light
f7dcd83572 Replace bash specific equality check with POSIX check.
Closes #2056. Thanks to Greg Troxel.
2021-02-03 09:52:52 +00:00
Roger A. Light
39ba40fd53 Fix letsencrypt instruction typo.
Closes #1939. Thanks to Frank Tegtmeyer.
2020-12-09 22:30:06 +00:00
Roger A. Light
2a1df4ddb2 Breaking: Drop privileges after loading the configuration
This change means privileges are dropped before loading certificates, starting logging, creating the pid file etc. are carried out, so all of those actions must now be changed to ensure that the unprivileged user can carry them out.
2020-11-05 12:05:07 +00:00