mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
9f4f78da15
There are quite a few bugfixes in the version of the ACME package in master, and the old version in 18.06 have some issues as seen in #10328. This commit ports over all changes from the master branch in one go. Signed-off-by: Toke Høiland-Jørgensen <toke@redhat.com>
14 lines
338 B
Plaintext
14 lines
338 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 webroot ""
|
|
list domains example.org
|