make wellknown location configurable

This commit is contained in:
David Kilias 2021-02-06 18:49:31 +01:00
parent aeaa4574cc
commit 0ee902a7f3
2 changed files with 2 additions and 1 deletions

View file

@ -3,3 +3,4 @@ dehydrated_version: "v0.7.0"
dehydrated_location: /usr/local/share/dehydrated dehydrated_location: /usr/local/share/dehydrated
dehydrated_path: /usr/local/bin/dehydrated dehydrated_path: /usr/local/bin/dehydrated
dehydrated_config: /usr/local/etc/dehydrated/ dehydrated_config: /usr/local/etc/dehydrated/
dehydrated_wellknown: /usr/local/etc/dehydrated/challenge

View file

@ -1,2 +1,2 @@
HOOK={{ dehydrated_config }}/hook.sh HOOK={{ dehydrated_config }}/hook.sh
WELLKNOWN=/var/www/letsencrypt WELLKNOWN={{ dehydrated_wellknown }}