-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adapted run.sh script to work with local StepCA
- Loading branch information
Showing
2 changed files
with
221 additions
and
270 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
Oops, something went wrong.