diff --git a/init.el b/init.el index f7b5ab0..54c664d 100644 --- a/init.el +++ b/init.el @@ -660,7 +660,7 @@ Certificates are assumed to be of the form *.crt." (dolist (cert-file (directory-files new-value t "*.crt$")) (add-to-list 'gnutls-trustfiles cert-file)))) - (defcustom db/cert-file-directory "~/.local/etc/certs" + (defcustom db/cert-file-directory "~/.local/etc/certs/" "Local directory with additional certificates." :group 'personal-settings :type 'string