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

1.1       misho       1: .TH "PKI \-\-PKCS12" 1 "2014-10-17" "@PACKAGE_VERSION@" "strongSwan"
                      2: .
                      3: .SH "NAME"
                      4: .
                      5: pki \-\-pkcs12 \- Provides PKCS#12 functions
                      6: .
                      7: .SH "SYNOPSIS"
                      8: .
                      9: .SY pki\ \-\-pkcs12
                     10: .BR \-\-list
                     11: .OP \-\-in file
                     12: .OP \-\-debug level
                     13: .YS
                     14: .
                     15: .SY pki\ \-\-pkcs12
                     16: .BI \-\-export\~ index
                     17: .OP \-\-in file
                     18: .OP \-\-outform encoding
                     19: .OP \-\-debug level
                     20: .YS
                     21: .
                     22: .SY pki\ \-\-pkcs12
                     23: .BI \-\-options\~ file
                     24: .YS
                     25: .
                     26: .SY "pki \-\-pkcs12"
                     27: .B \-h
                     28: |
                     29: .B \-\-help
                     30: .YS
                     31: .
                     32: .SH "DESCRIPTION"
                     33: .
                     34: This sub-command of
                     35: .BR pki (1)
                     36: provides functions to work with PKCS#12 containers.
                     37: .
                     38: .SH "OPTIONS"
                     39: .
                     40: .TP
                     41: .B "\-h, \-\-help"
                     42: Print usage information with a summary of the available options.
                     43: .TP
                     44: .BI "\-v, \-\-debug " level
                     45: Set debug level, default: 1.
                     46: .TP
                     47: .BI "\-+, \-\-options " file
                     48: Read command line options from \fIfile\fR.
                     49: .TP
                     50: .BI "\-l, \-\-list"
                     51: List certificates and keys contained in a PKCS#12 container.
                     52: .TP
                     53: .BI "\-e, \-\-export " index
                     54: Export the credential with the given \fIindex\fR.  Use \fI\-\-list\fR to
                     55: determine the index of certificates and keys.
                     56: .TP
                     57: .BI "\-i, \-\-in " file
                     58: PKCS#12 input file. If not given the input is read from \fISTDIN\fR.
                     59: .
                     60: .SH "SEE ALSO"
                     61: .
                     62: .BR pki (1)

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