summaryrefslogtreecommitdiffstats
path: root/doc/man1
diff options
context:
space:
mode:
authorPauli <pauli@openssl.org>2021-06-10 10:33:13 +1000
committerPauli <pauli@openssl.org>2021-06-15 18:26:34 +1000
commit81743ed9d737d415a43aaf0259616dd007a9e3a4 (patch)
tree4c8ee925fbbcbd0fa24d45999790c4d027c1e82f /doc/man1
parente1a77f9cffbd7f8642ff900a3e5b7c81e8c26fb7 (diff)
spkac: document -digest option
Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15687)
Diffstat (limited to 'doc/man1')
-rw-r--r--doc/man1/openssl-spkac.pod.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/man1/openssl-spkac.pod.in b/doc/man1/openssl-spkac.pod.in
index 5669be13eb..5e55a7498b 100644
--- a/doc/man1/openssl-spkac.pod.in
+++ b/doc/man1/openssl-spkac.pod.in
@@ -15,6 +15,7 @@ B<openssl> B<spkac>
[B<-help>]
[B<-in> I<filename>]
[B<-out> I<filename>]
+[B<-digest> I<digest>]
[B<-key> I<filename>|I<uri>]
[B<-keyform> B<DER>|B<PEM>|B<P12>|B<ENGINE>]
[B<-passin> I<arg>]
@@ -50,6 +51,11 @@ option is not specified. Ignored if the B<-key> option is used.
Specifies the output filename to write to or standard output by
default.
+=item B<-digest> I<digest>
+
+Use the specified I<digest> to sign a created SPKAC file.
+The default digest algorithm is MD5.
+
=item B<-key> I<filename>|I<uri>
Create an SPKAC file using the private key specified by I<filename> or I<uri>.
@@ -149,6 +155,8 @@ L<openssl-ca(1)>
The B<-engine> option was deprecated in OpenSSL 3.0.
+The B<-digest> option was added in OpenSSL 3.0.
+
=head1 COPYRIGHT
Copyright 2000-2021 The OpenSSL Project Authors. All Rights Reserved.