diff options
Diffstat (limited to 'src/pki/man/pki---req.1.in')
-rw-r--r-- | src/pki/man/pki---req.1.in | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/src/pki/man/pki---req.1.in b/src/pki/man/pki---req.1.in index 4a39c5c94..09ef0862a 100644 --- a/src/pki/man/pki---req.1.in +++ b/src/pki/man/pki---req.1.in @@ -7,7 +7,9 @@ pki \-\-req \- Create a PKCS#10 certificate request .SH "SYNOPSIS" . .SY pki\ \-\-req -.OP \-\-in file +.RB [ \-\-in +.IR file | \fB\-\-keyid\fR +.IR hex ] .OP \-\-type type .BI \-\-dn\~ distinguished-name .OP \-\-san subjectAltName @@ -48,6 +50,10 @@ Read command line options from \fIfile\fR. .BI "\-i, \-\-in " file Private key input file. If not given the key is read from \fISTDIN\fR. .TP +.BI "\-x, \-\-keyid " hex +Smartcard or TPM private key object handle in hex format with an optional +0x prefix. +.TP .BI "\-t, \-\-type " type Type of the input key. Either \fIpriv\fR, \fIrsa\fR, \fIecdsa\fR or \fIbliss\fR, defaults to \fIpriv\fR. @@ -89,4 +95,4 @@ Generate a certificate request for an ECDSA key and a different digest: . .SH "SEE ALSO" . -.BR pki (1)
\ No newline at end of file +.BR pki (1) |