diff options
Diffstat (limited to 'secure/usr.bin/openssl/man/spkac.1')
-rw-r--r-- | secure/usr.bin/openssl/man/spkac.1 | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/secure/usr.bin/openssl/man/spkac.1 b/secure/usr.bin/openssl/man/spkac.1 index ad3cd13..4841c47 100644 --- a/secure/usr.bin/openssl/man/spkac.1 +++ b/secure/usr.bin/openssl/man/spkac.1 @@ -1,5 +1,5 @@ .\" Automatically generated by Pod::Man version 1.15 -.\" Mon Feb 3 10:00:59 2003 +.\" Wed Feb 19 16:49:38 2003 .\" .\" Standard preamble: .\" ====================================================================== @@ -138,7 +138,7 @@ .\" ====================================================================== .\" .IX Title "SPKAC 1" -.TH SPKAC 1 "0.9.7" "2003-02-03" "OpenSSL" +.TH SPKAC 1 "0.9.7a" "2003-02-19" "OpenSSL" .UC .SH "NAME" spkac \- \s-1SPKAC\s0 printing and generating utility @@ -155,6 +155,7 @@ spkac \- \s-1SPKAC\s0 printing and generating utility [\fB\-spksect section\fR] [\fB\-noout\fR] [\fB\-verify\fR] +[\fB\-engine id\fR] .SH "DESCRIPTION" .IX Header "DESCRIPTION" The \fBspkac\fR command processes Netscape signed public key and challenge @@ -202,6 +203,12 @@ being created). .Ip "\fB\-verify\fR" 4 .IX Item "-verify" verifies the digital signature on the supplied \s-1SPKAC\s0. +.Ip "\fB\-engine id\fR" 4 +.IX Item "-engine id" +specifying an engine (by it's unique \fBid\fR string) will cause \fBreq\fR +to attempt to obtain a functional reference to the specified engine, +thus initialising it if needed. The engine will then be set as the default +for all available algorithms. .SH "EXAMPLES" .IX Header "EXAMPLES" Print out the contents of an \s-1SPKAC:\s0 |