fix crl storage config name

This commit is contained in:
dandds
2019-03-01 15:10:56 -05:00
parent 7fbb8d05e0
commit 44d52ae601
6 changed files with 8 additions and 6 deletions

View File

@@ -31,7 +31,7 @@ def seed_roles():
if __name__ == "__main__":
config = make_config({"DISABLE_CRL_CHECK": True})
config = make_config({"DISABLE_CRL_CHECK": True, "CRL_STORAGE_PROVIDER": "LOCAL"})
app = make_app(config)
with app.app_context():
seed_roles()