mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
acme: Update acme.sh URL, add support for challenge & domain alises.
Signed-off-by: Will O'Neill <0100wrxb@gmail.com>
This commit is contained in:
@@ -3,14 +3,31 @@ config acme
|
||||
option account_email 'email@example.org'
|
||||
option debug 0
|
||||
|
||||
config cert 'example_wildcard'
|
||||
option enabled 0
|
||||
option use_staging 1
|
||||
option keylength 2048
|
||||
option update_uhttpd 1
|
||||
option update_nginx 1
|
||||
list domains example.org
|
||||
list domains sub.example.org
|
||||
list domains *.sub.example.org
|
||||
# option user_setup "path-to-custom-setup.script"
|
||||
# option user_cleanup "path-to-custom-cleanup.script"
|
||||
option dns "dns_freedns"
|
||||
list credentials 'FREEDNS_User="ssladmin@example.org"'
|
||||
list credentials 'FREEDNS_Password="1234"'
|
||||
option calias "example.com"
|
||||
option dalias "dalias.example.com"
|
||||
|
||||
config cert 'example'
|
||||
option enabled 0
|
||||
option use_staging 1
|
||||
option keylength 2048
|
||||
option update_uhttpd 1
|
||||
option update_nginx 1
|
||||
list domains example.org
|
||||
list domains sub.example.org
|
||||
option webroot ""
|
||||
option dns ""
|
||||
# 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