Add optional user and group configuration (fixes #434)

This commit is contained in:
Lukas Schauer
2017-12-18 00:26:01 +01:00
parent f35aed6ae6
commit 2adc57791c
3 changed files with 36 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ This file contains a log of major changes in dehydrated
- Allow automatic cleanup on exit (AUTO_CLEANUP)
- Initial support for fetching OCSP status to be used for OCSP stapling (OCSP_FETCH)
- Certificates can now have aliases to create multiple certificates with identical set of domains (see --alias and domains.txt documentation)
- Allow dehydrated to run as specified user (/group)
## [0.4.0] - 2017-02-05
## Changed