Annotation of embedaddon/strongswan/src/pki/man/pki---print.1.in, revision 1.1

1.1     ! misho       1: .TH "PKI \-\-PRINT" 1 "2016-12-13" "@PACKAGE_VERSION@" "strongSwan"
        !             2: .
        !             3: .SH "NAME"
        !             4: .
        !             5: pki \-\-print \- Print a credential (key, certificate etc.) in human readable form
        !             6: .
        !             7: .SH "SYNOPSIS"
        !             8: .
        !             9: .SY pki\ \-\-print
        !            10: .RB [ \-\-in
        !            11: .IR file | \fB\-\-keyid\fR
        !            12: .IR hex ]
        !            13: .OP \-\-type type
        !            14: .OP \-\-debug level
        !            15: .YS
        !            16: .
        !            17: .SY pki\ \-\-print
        !            18: .BI \-\-options\~ file
        !            19: .YS
        !            20: .
        !            21: .SY "pki \-\-print"
        !            22: .B \-h
        !            23: |
        !            24: .B \-\-help
        !            25: .YS
        !            26: .
        !            27: .SH "DESCRIPTION"
        !            28: .
        !            29: This sub-command of
        !            30: .BR pki (1)
        !            31: prints credentials (keys, certificates etc.) in human readable form.
        !            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 "\-i, \-\-in " file
        !            46: Input file. If not given the input is read from \fISTDIN\fR.
        !            47: .TP
        !            48: .BI "\-x, \-\-keyid " hex
        !            49: Smartcard or TPM private key or certificate object handle in hex format with
        !            50: an optional 0x prefix.
        !            51: .TP
        !            52: .BI "\-t, \-\-type " type
        !            53: Type of input. One of \fIx509\fR (X.509 certificate), \fIcrl\fR (Certificate
        !            54: Revocation List, CRL), \fIac\fR (Attribute Certificate), \fIpub\fR (public key),
        !            55: \fIpriv\fR (private key), \fIrsa\fR (RSA private key), \fIecdsa\fR (ECDSA
        !            56: private key), \fIed25519\fR (Ed25519 private key), \fIed448\fR (Ed448 private
        !            57: key), \fIbliss\fR (BLISS private key), defaults to \fIx509\fR.
        !            58: .
        !            59: .SH "SEE ALSO"
        !            60: .
        !            61: .BR pki (1)

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