From e79994b23cf51cbaa7d9d55c211268e681da5892 Mon Sep 17 00:00:00 2001 From: Edoardo Putti Date: Sat, 29 Oct 2016 19:53:29 +0200 Subject: [PATCH] create directory for pickling authorities --- ca_manager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ca_manager.py b/ca_manager.py index 8d8fa74..cf95547 100755 --- a/ca_manager.py +++ b/ca_manager.py @@ -69,7 +69,7 @@ def init_manager(paths): """ db_path = os.path.join(paths[0], 'ca_manager.db') - directories = ['ssh_cas', 'ssl_cas'] + directories = ['ssh_cas', 'ssl_cas', 'pickled_cas',] # ensure the directories needed by CAManager # exists