Variable: erc-session-client-certificate

erc-session-client-certificate is a buffer-local variable defined in erc-backend.el.gz.

Documentation

TLS client certificate used when connecting over TLS.

If non-nil, should either be a list where the first element is the certificate key file name, and the second element is the certificate file name itself, or t, which means that auth-source will be queried for the key and the certificate.

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc-backend.el.gz
(defvar-local erc-session-client-certificate nil
  "TLS client certificate used when connecting over TLS.
If non-nil, should either be a list where the first element is
the certificate key file name, and the second element is the
certificate file name itself, or t, which means that
`auth-source' will be queried for the key and the certificate.")