| | 28 | == using the certificate in `mutt` == |
| | 29 | |
| | 30 | download 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 | {{{ |
| | 32 | cat ~/CAL-CA_root_cert.pem >> ~/.mutt_certificates |
| | 33 | }}} |
| | 34 | To ensure that you are putting it in the right place, you can query `mutt` about the value of its `certificate_file` variable with: |
| | 35 | {{{ |
| | 36 | mutt -Q certificate_file |
| | 37 | }}} |
| | 38 | |