We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1281b9 commit bddea9eCopy full SHA for bddea9e
fastcaddy/core.py
@@ -127,7 +127,7 @@ def add_acme_config(cf_token):
127
pcfg({})
128
init_path(automation_path)
129
val = [get_acme_config(cf_token)]
130
- pcfg([{'issuers':val}], acme_path+'/policies')
+ pcfg([{'issuers':val}], automation_path+'/policies')
131
132
# %% ../nbs/00_core.ipynb 34
133
srvs_path = '/apps/http/servers'
nbs/00_core.ipynb
@@ -412,7 +412,7 @@
412
" pcfg({})\n",
413
" init_path(automation_path)\n",
414
" val = [get_acme_config(cf_token)]\n",
415
- " pcfg([{'issuers':val}], acme_path+'/policies')"
+ " pcfg([{'issuers':val}], automation_path+'/policies')"
416
]
417
},
418
{
0 commit comments