]> git.llucax.com Git - software/mutt-debian.git/blob - obj-i486-linux-gnu-patched/doc/smime_keys.1
Imported Upstream version 1.5.20
[software/mutt-debian.git] / obj-i486-linux-gnu-patched / doc / smime_keys.1
1 .\" -*-nroff-*-
2 .\"
3 .\"
4 .\"     Copyright (C) 2009 Antonio Radici <antonio@dyne.org>
5 .\"
6 .\"     This program is free software; you can redistribute it and/or modify
7 .\"     it under the terms of the GNU General Public License as published by
8 .\"     the Free Software Foundation; either version 2 of the License, or
9 .\"     (at your option) any later version.
10 .\"
11 .\"     This program is distributed in the hope that it will be useful,
12 .\"     but WITHOUT ANY WARRANTY; without even the implied warranty of
13 .\"     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14 .\"     GNU General Public License for more details.
15 .\"
16 .\"     You should have received a copy of the GNU General Public License
17 .\"     along with this program; if not, write to the Free Software
18 .\"     Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
19 .\"
20 .TH smime_keys 1 "May 2009" Unix "User Manuals"
21 .SH "NAME"
22 smime_keys \- Utility to add S/MIME certificate to the internal database used by mutt
23 .SH SYNOPSIS
24 .PP
25 .B smime_keys
26 <operation>  [file(s) | keyID [file(s)]]
27 .SH "DESCRIPTION"
28 The purpose of this tool is to manipulate the internal database of S/MIME certificates
29 used by mutt to sign mail messages which will be sent or to verify mail messages received
30 and signed with S/MIME
31 .SH OPTIONS
32 .PP
33 .IP \fBinit\fP
34 no files needed, inits directory structure.
35 .IP \fBlist\fP
36 lists the certificates stored in database.
37 .IP \fBlabel\fP
38 keyID required. changes/removes/adds label.
39 .IP \fBremove\fP
40 keyID required.
41 .IP \fBverify\fP
42 1=keyID and optionally 2=CRL
43 Verifies the certificate chain, and optionally wether
44 this certificate is included in supplied CRL (PEM format).
45 Note: to verify all certificates at the same time,
46 replace keyID with "all"
47 .IP \fBadd_cert\fP
48 certificate required.
49 .IP \fBadd_chain\fP
50 three files reqd: 1=Key, 2=certificate
51 plus 3=intermediate certificate(s).
52 .IP \fBadd_p12\fP
53 one file reqd. Adds keypair to database.
54 file is PKCS12 (e.g. export from netscape).
55 .IP \fBadd_pem\fP
56 one file reqd. Adds keypair to database.
57 (file was converted from e.g. PKCS12).
58 .IP \fBadd_root\fP
59 one file reqd. Adds PEM root certificate to the location
60 specified within muttrc (smime_verify_* command)
61 .SH NO WARRANTIES
62 This program is distributed in the hope that it will be useful,
63 but WITHOUT ANY WARRANTY; without even the implied warranty of
64 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
65 GNU General Public License for more details.
66 .PP
67 Mutt Home Page: http://www.mutt.org/