mirror of
https://github.com/openwrt/packages.git
synced 2025-02-07 09:19:51 +00:00
cf6027f0b0
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>
17 lines
518 B
Plaintext
17 lines
518 B
Plaintext
config acme
|
|
option state_dir '/etc/acme'
|
|
option account_email 'email@example.org'
|
|
option debug 0
|
|
|
|
config cert 'example'
|
|
option enabled 0
|
|
option use_staging 1
|
|
option keylength 2048
|
|
option update_uhttpd 1
|
|
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
|