Ensure certificate directory exists
[elpher.git] / elpher.el
index dae1d50..5b0f132 100644 (file)
--- a/elpher.el
+++ b/elpher.el
@@ -826,6 +826,8 @@ base for the installed key and certificate files."
 
 (defun elpher-list-existing-certificates ()
   "Return a list of the persistent certificates in `elpher-certificate-directory'."
+  (unless (file-directory-p elpher-certificate-directory)
+    (make-directory elpher-certificate-directory))
   (mapcar
    (lambda (file)
      (file-name-sans-extension file))