added option to pass environment variables over sudo

This commit is contained in:
Lukas Schauer
2024-08-04 12:04:56 +02:00
parent 4fd777e87e
commit 911a822c0c
3 changed files with 16 additions and 3 deletions

View File

@@ -16,6 +16,9 @@
# Which group should dehydrated run as? This will be implicitly enforced when running as root
#DEHYDRATED_GROUP=
# Should dehydrated pass environment variables over sudo?
#DEHYDRATED_SUDO_ENV="no"
# Resolve names to addresses of IP version only. (curl)
# supported values: 4, 6
# default: <unset>