Skip to content

Commit

Permalink
adapted run.sh script to work with local StepCA
Browse files Browse the repository at this point in the history
  • Loading branch information
oldboys92 committed Aug 16, 2024
1 parent 4a136ee commit f4b5a29
Show file tree
Hide file tree
Showing 2 changed files with 221 additions and 270 deletions.
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

0 comments on commit f4b5a29

Please sign in to comment.