Changes between Version 19 and Version 20 of CAL Certificate Authority


Ignore:
Timestamp:
07/21/06 13:07:35 (20 years ago)
Author:
dkg@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CAL Certificate Authority

    v19 v20  
    2626Choose `OK`, `OK`, `Close`, and now Thunderbird is ready to interact cleanly with CAL mailservers.
    2727
     28== using the certificate in `mutt` ==
     29
     30download the certificate as described in the Thunderbird section, and append it to the file specified by your `mutt` configuration's `certificate_file` variable (by default, this is is `~/.mutt_certificates`).  For example, if you downloaded it and saved it as `~/CAL-CA_root_cert.pem`, you can simply do:
     31{{{
     32cat ~/CAL-CA_root_cert.pem >> ~/.mutt_certificates
     33}}}
     34To ensure that you are putting it in the right place, you can query `mutt` about the value of its `certificate_file` variable with:
     35{{{
     36mutt -Q certificate_file
     37}}}
     38
    2839== personal certificates ==
    2940You may also want to consider setting up a [wiki:"Personal Certificate"]