Variable: smime-certificate-directory

smime-certificate-directory is a customizable variable defined in smime.el.gz.

Value

"~/Mail/certs/"

Documentation

Directory containing other people's certificates.

It should contain files named to the X.509 hash of the certificate, and the files themselves should be in PEM format.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/smime.el.gz
(defcustom smime-certificate-directory "~/Mail/certs/"
  "Directory containing other people's certificates.
It should contain files named to the X.509 hash of the certificate,
and the files themselves should be in PEM format."
;The S/MIME library provide simple functionality for fetching
;certificates into this directory, so there is no need to populate it
;manually.
  :type 'directory)