summaryrefslogtreecommitdiffstats
path: root/doc/man1/ts.pod
diff options
context:
space:
mode:
authorRich Salz <rsalz@openssl.org>2017-05-20 21:44:31 -0400
committerRich Salz <rsalz@openssl.org>2017-05-21 17:20:31 -0400
commit48b5352212d8c68f7fd071ca9f38822b7e954c5a (patch)
tree0d85f3a02545caa8ddd9b4ef4268942ce36775f5 /doc/man1/ts.pod
parentc80bbcbf99fa3bf7954b2ff7aa2168c3f51f3ade (diff)
-inkey can be an identifier, not just a file
update pkcs12, smime, ts apps. Reviewed-by: Tim Hudson <tjh@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3507)
Diffstat (limited to 'doc/man1/ts.pod')
-rw-r--r--doc/man1/ts.pod6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/man1/ts.pod b/doc/man1/ts.pod
index d469b23196..c04a623785 100644
--- a/doc/man1/ts.pod
+++ b/doc/man1/ts.pod
@@ -27,7 +27,7 @@ B<-reply>
[B<-queryfile> request.tsq]
[B<-passin> password_src]
[B<-signer> tsa_cert.pem]
-[B<-inkey> private.pem]
+[B<-inkey> file_or_id]
[B<-sha1|-sha224|-sha256|-sha384|-sha512>]
[B<-chain> certs_file.pem]
[B<-tspolicy> object_id]
@@ -243,10 +243,12 @@ timeStamping. The extended key usage must also be critical, otherwise
the certificate is going to be refused. Overrides the B<signer_cert>
variable of the config file. (Optional)
-=item B<-inkey> private.pem
+=item B<-inkey> file_or_id
The signer private key of the TSA in PEM format. Overrides the
B<signer_key> config file option. (Optional)
+If no engine is used, the argument is taken as a file; if an engine is
+specified, the argument is given to the engine as a key identifier.
=item B<-sha1|-sha224|-sha256|-sha384|-sha512>