Skip to content

Commit

Permalink
fixup! feat(certs): capture ACME error message
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidePrincipi committed Feb 24, 2025
1 parent 88d2eed commit 06e2003
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions imageroot/actions/create-module/10expandconfig
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ file: {}
log:
level: INFO
noColor: true
accessLog: {}
Expand Down
1 change: 1 addition & 0 deletions imageroot/update-module.d/15upgrade_v3
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ def upgrade_to_v3(static_cfg):
write_dynamic_config("./configs/_default_cert.yml", defcert)
# Required configuration upgrade from v2 to v3 format:
static_cfg['core']['defaultRuleSyntax'] = 'v3'
static_cfg['log'] = {'noColor': True, 'level': 'INFO'}
for config_file in glob.glob("./configs/*.yml"):
try:
with open(config_file) as ofile:
Expand Down

0 comments on commit 06e2003

Please sign in to comment.