]> git.openstreetmap.org Git - chef.git/commitdiff
letsencrypt: support custom parameters for request script
authorGrant Slater <github@firefishy.com>
Wed, 26 Feb 2025 19:47:15 +0000 (19:47 +0000)
committerGrant Slater <github@firefishy.com>
Wed, 26 Feb 2025 19:47:15 +0000 (19:47 +0000)
cookbooks/letsencrypt/templates/default/request.erb

index 8bb2847cae8016fa30b976d857961935469279b4..65e80b303276cf65bf4ee1e0c4e31b2378854a7f 100644 (file)
@@ -22,4 +22,5 @@ fi
 <% end -%>
     --webroot \
     --webroot-path /srv/acme.openstreetmap.org/html \
-    --deploy-hook /srv/acme.openstreetmap.org/bin/deploy-hook
+    --deploy-hook /srv/acme.openstreetmap.org/bin/deploy-hook \
+    "$@"