Annotation of embedaddon/strongswan/src/pki/man/pki---pkcs7.1.in, revision 1.1.1.1

1.1       misho       1: .TH "PKI \-\-PKCS7" 1 "2013-07-31" "@PACKAGE_VERSION@" "strongSwan"
                      2: .
                      3: .SH "NAME"
                      4: .
                      5: pki \-\-pkcs7 \- Provides PKCS#7 wrap/unwrap functions
                      6: .
                      7: .SH "SYNOPSIS"
                      8: .
                      9: .SY pki\ \-\-pkcs7
                     10: .BR \-\-sign | \-\-verify | \-\-encrypt | \-\-decrypt | \-\-show
                     11: .OP \-\-in file
                     12: .OP \-\-cert file
                     13: .OP \-\-key file
                     14: .OP \-\-debug level
                     15: .YS
                     16: .
                     17: .SY pki\ \-\-pkcs7
                     18: .BI \-\-options\~ file
                     19: .YS
                     20: .
                     21: .SY "pki \-\-pkcs7"
                     22: .B \-h
                     23: |
                     24: .B \-\-help
                     25: .YS
                     26: .
                     27: .SH "DESCRIPTION"
                     28: .
                     29: This sub-command of
                     30: .BR pki (1)
                     31: provides functions to wrap/unwrap PKCS#7 containers.
                     32: .
                     33: .SH "OPTIONS"
                     34: .
                     35: .TP
                     36: .B "\-h, \-\-help"
                     37: Print usage information with a summary of the available options.
                     38: .TP
                     39: .BI "\-v, \-\-debug " level
                     40: Set debug level, default: 1.
                     41: .TP
                     42: .BI "\-+, \-\-options " file
                     43: Read command line options from \fIfile\fR.
                     44: .TP
                     45: .BI "\-s, \-\-sign"
                     46: Create PKCS#7 signed-data.
                     47: .TP
                     48: .BI "\-u, \-\-verify"
                     49: Verify PKCS#7 signed-data.
                     50: .TP
                     51: .BI "\-e, \-\-encrypt"
                     52: Create PKCS#7 enveloped-data.
                     53: .TP
                     54: .BI "\-e, \-\-decrypt"
                     55: Decrypt PKCS#7 enveloped-data.
                     56: .TP
                     57: .BI "\-p, \-\-show"
                     58: Show information about PKCS#7 container, list certificates.
                     59: .TP
                     60: .BI "\-i, \-\-in " file
                     61: PKCS#7 input file. If not given the input is read from \fISTDIN\fR.
                     62: .TP
                     63: .BI "\-k, \-\-key " file
                     64: Private key used for
                     65: .B \-\-sign
                     66: and
                     67: .BR \-\-decrypt.
                     68: .TP
                     69: .BI "\-c, \-\-cert " file
                     70: Certificate for
                     71: .BR \-\-sign ,
                     72: .B \-\-verify
                     73: and
                     74: .BR \-\-encrypt.
                     75: Can be used multiple times.
                     76: .
                     77: .SH "SEE ALSO"
                     78: .
                     79: .BR pki (1)

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>