blob: f79b907192d1432cb055848e090c96bb73cba09e [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001config acme
2 option state_dir '/etc/acme'
3 option account_email 'email@example.org'
4 option debug 0
5
6config cert 'example'
7 option enabled 0
8 option use_staging 1
9 option keylength 2048
10 option update_uhttpd 1
11 option update_nginx 1
12 option update_haproxy 1
13 option webroot "/www/.well-known/acme-challenge"
14 # option user_setup "path-to-custom-setup.script"
15 # option user_cleanup "path-to-custom-cleanup.script"
16 list domains example.org