1smime_keys(1) User Manuals smime_keys(1)
2
3
4
6 smime_keys - Utility to add S/MIME certificate to the internal database
7 used by mutt
8
10 smime_keys <operation> [file(s) | keyID [file(s)]]
11
13 The purpose of this tool is to manipulate the internal database of
14 S/MIME certificates used by mutt to sign mail messages which will be
15 sent or to verify mail messages received and signed with S/MIME.
16
18 init no files needed, inits directory structure.
19
20 refresh
21 no files needed. refreshes index files, including trust
22 flag/expiration.
23
24 list lists the certificates stored in database.
25
26 label keyID required. changes/removes/adds label.
27
28 remove keyID required.
29
30 verify 1=keyID and optionally 2=CRL. Verifies the certificate chain,
31 and optionally whether this certificate is included in supplied
32 CRL (PEM format). Note: to verify all certificates at the same
33 time, replace keyID with "all".
34
35 add_cert
36 certificate required.
37
38 add_chain
39 three files reqd: 1=Key, 2=certificate plus 3=intermediate cer‐
40 tificate(s).
41
42 add_p12
43 one file reqd. Adds keypair to database. file is PKCS12 (e.g.
44 export from netscape).
45
46 add_pem
47 one file reqd. Adds keypair to database. (file was converted
48 from e.g. PKCS12).
49
50 add_root
51 one file reqd. Adds PEM root certificate to the location speci‐
52 fied within muttrc (smime_verify_* command).
53
55 This program is distributed in the hope that it will be useful, but
56 WITHOUT ANY WARRANTY; without even the implied warranty of MER‐
57 CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
58 Public License for more details.
59
60 Mutt Home Page: http://www.mutt.org/
61
62
63
64Unix September 19, 2020 smime_keys(1)