~ubuntu-branches/ubuntu/precise/mutt/precise

« back to all changes in this revision

Viewing changes to doc/smime_keys.man

  • Committer: Package Import Robot
  • Author(s): أحمد المحمودي (Ahmed El-Mahmoudy)
  • Date: 2010-12-17 14:28:28 UTC
  • mfrom: (16.2.3 experimental)
  • Revision ID: package-import@ubuntu.com-20101217142828-ve8yy0xf1zomtnx9
Tags: 1.5.21-1ubuntu1
* Merge with Debian experimental (LP: #691512), remaining changes:
  + debian/control, debian/patches/debian-specific/build_doc_adjustments.diff:
    Use w3m (main) instead of elinks (universe) for generating documentation.
  + Drop libtokyocabinet-dev (universe) from Build-Depends, use always
    libgdbm-dev and also use gdbm for the header cache backend. (lp: #607448)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.\" -*-nroff-*-
 
2
.\"
 
3
.\"
 
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>
 
7
.\"
 
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.
 
12
.\"
 
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.
 
17
.\"
 
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.
 
21
.\"
 
22
.TH smime_keys 1 "May 2009" Unix "User Manuals"
 
23
.SH "NAME"
 
24
smime_keys \- Utility to add S/MIME certificate to the internal database used by mutt
 
25
.SH SYNOPSIS
 
26
.PP
 
27
.B smime_keys
 
28
<operation>  [file(s) | keyID [file(s)]]
 
29
.SH "DESCRIPTION"
 
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
 
33
.SH OPTIONS
 
34
.PP
 
35
.IP \fBinit\fP
 
36
no files needed, inits directory structure.
 
37
.IP \fBlist\fP
 
38
lists the certificates stored in database.
 
39
.IP \fBlabel\fP
 
40
keyID required. changes/removes/adds label.
 
41
.IP \fBremove\fP
 
42
keyID required.
 
43
.IP \fBverify\fP
 
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"
 
49
.IP \fBadd_cert\fP
 
50
certificate required.
 
51
.IP \fBadd_chain\fP
 
52
three files reqd: 1=Key, 2=certificate
 
53
plus 3=intermediate certificate(s).
 
54
.IP \fBadd_p12\fP
 
55
one file reqd. Adds keypair to database.
 
56
file is PKCS12 (e.g. export from netscape).
 
57
.IP \fBadd_pem\fP
 
58
one file reqd. Adds keypair to database.
 
59
(file was converted from e.g. PKCS12).
 
60
.IP \fBadd_root\fP
 
61
one file reqd. Adds PEM root certificate to the location
 
62
specified within muttrc (smime_verify_* command)
 
63
.SH NO WARRANTIES
 
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.
 
68
.PP
 
69
Mutt Home Page: http://www.mutt.org/