From: Pauli Date: Thu, 10 Jun 2021 00:33:13 +0000 (+1000) Subject: spkac: document -digest option X-Git-Tag: openssl-3.0.0-beta1~71 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=81743ed9d737d415a43aaf0259616dd007a9e3a4;p=thirdparty%2Fopenssl.git spkac: document -digest option Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/15687) --- diff --git a/doc/man1/openssl-spkac.pod.in b/doc/man1/openssl-spkac.pod.in index 5669be13eb1..5e55a7498b6 100644 --- a/doc/man1/openssl-spkac.pod.in +++ b/doc/man1/openssl-spkac.pod.in @@ -15,6 +15,7 @@ B B [B<-help>] [B<-in> I] [B<-out> I] +[B<-digest> I] [B<-key> I|I] [B<-keyform> B|B|B|B] [B<-passin> I] @@ -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 + +Use the specified I to sign a created SPKAC file. +The default digest algorithm is MD5. + =item B<-key> I|I Create an SPKAC file using the private key specified by I or I. @@ -149,6 +155,8 @@ L 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.