mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
uacme: add support for user-provided setup and cleanup scripts
Add possibility for user to provide setup and cleanup scripts for additional flexibility. Setup-script takes precedence over the built-in behavior of uacme. This helps users with more complex use-cases to utilize uacme to update certificates without adding complexity to the provided run.sh script. Signed-off-by: Antti Seppälä <a.seppala@gmail.com>
This commit is contained in:
@@ -11,4 +11,6 @@ config cert 'example'
|
||||
option update_nginx 1
|
||||
option update_haproxy 1
|
||||
option webroot "/www/.well-known/acme-challenge"
|
||||
# option user_setup "path-to-custom-setup.script"
|
||||
# option user_cleanup "path-to-custom-cleanup.script"
|
||||
list domains example.org
|
||||
|
||||
Reference in New Issue
Block a user