aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorLuke Faraone <luke@faraone.cc>2017-05-15 18:23:17 -0700
committerRich Salz <rsalz@openssl.org>2017-06-09 12:15:52 -0400
commit66e59702f1effae94e88e3e586e9b736151d8d98 (patch)
tree5dec2834d7baa87c229669eb1f620cdafb4235ac /doc
parentbd91e3c870402c4b10909c47082daece473d22ef (diff)
downloadopenssl-66e59702f1effae94e88e3e586e9b736151d8d98.tar.gz
Add support for using engine-backed keys in spkac
Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3599)
Diffstat (limited to 'doc')
-rw-r--r--doc/man1/spkac.pod6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/man1/spkac.pod b/doc/man1/spkac.pod
index d4b896a1a6..14fdd0bcc8 100644
--- a/doc/man1/spkac.pod
+++ b/doc/man1/spkac.pod
@@ -11,6 +11,7 @@ B<openssl> B<spkac>
[B<-in filename>]
[B<-out filename>]
[B<-key keyfile>]
+[B<-keyform PEM|DER|ENGINE>]
[B<-passin arg>]
[B<-challenge string>]
[B<-pubkey>]
@@ -50,6 +51,11 @@ Create an SPKAC file using the private key in B<keyfile>. The
B<-in>, B<-noout>, B<-spksect> and B<-verify> options are ignored if
present.
+=item B<-keyform PEM|DER|ENGINE>
+
+Whether the key format is PEM, DER, or an engine-backed key.
+The default is PEM.
+
=item B<-passin password>
The input file password source. For more information about the format of B<arg>