4 .\" Copyright (C) 2001,2002 Oliver Ehli <elmy@acm.org>
5 .\" Copyright (C) 2001 Mike Schiraldi <raldi@research.netsol.com>
6 .\" Copyright (C) 2003 Bjoern Jacke <bjoern@j3e.de>
8 .\" This program is free software; you can redistribute it and/or modify
9 .\" it under the terms of the GNU General Public License as published by
10 .\" the Free Software Foundation; either version 2 of the License, or
11 .\" (at your option) any later version.
13 .\" This program is distributed in the hope that it will be useful,
14 .\" but WITHOUT ANY WARRANTY; without even the implied warranty of
15 .\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 .\" GNU General Public License for more details.
18 .\" You should have received a copy of the GNU General Public License
19 .\" along with this program; if not, write to the Free Software
20 .\" Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
22 .TH smime_keys 1 "May 2009" Unix "User Manuals"
24 smime_keys \- Utility to add S/MIME certificate to the internal database used by mutt
28 <operation> [file(s) | keyID [file(s)]]
30 The purpose of this tool is to manipulate the internal database of S/MIME certificates
31 used by mutt to sign mail messages which will be sent or to verify mail messages received
32 and signed with S/MIME
36 no files needed, inits directory structure.
38 lists the certificates stored in database.
40 keyID required. changes/removes/adds label.
44 1=keyID and optionally 2=CRL
45 Verifies the certificate chain, and optionally wether
46 this certificate is included in supplied CRL (PEM format).
47 Note: to verify all certificates at the same time,
48 replace keyID with "all"
52 three files reqd: 1=Key, 2=certificate
53 plus 3=intermediate certificate(s).
55 one file reqd. Adds keypair to database.
56 file is PKCS12 (e.g. export from netscape).
58 one file reqd. Adds keypair to database.
59 (file was converted from e.g. PKCS12).
61 one file reqd. Adds PEM root certificate to the location
62 specified within muttrc (smime_verify_* command)
64 This program is distributed in the hope that it will be useful,
65 but WITHOUT ANY WARRANTY; without even the implied warranty of
66 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
67 GNU General Public License for more details.
69 Mutt Home Page: http://www.mutt.org/