Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

uacme: adapted run.sh script to get it working with step CA #24803

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions net/uacme/files/acme.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,15 @@ config acme
option state_dir '/etc/acme'
option account_email '[email protected]'
option debug 0
# option acme_url 'https://example.org/acme/acme/directory' # the URL to your ACME service
# option acme_interface 'wan' # set to interface name, when ACME server is on another network as 'wan'

config cert 'example'
option enabled 0
option use_staging 1
option keylength 2048
# option dns 0
# option tls 1 # this enables 'tls-alpn-01' challenge
option update_uhttpd 1
option update_nginx 1
option update_haproxy 1
Expand Down
Loading