summaryrefslogtreecommitdiffstats
path: root/secure/usr.bin/openssl/man/x509.1
diff options
context:
space:
mode:
Diffstat (limited to 'secure/usr.bin/openssl/man/x509.1')
-rw-r--r--secure/usr.bin/openssl/man/x509.115
1 files changed, 11 insertions, 4 deletions
diff --git a/secure/usr.bin/openssl/man/x509.1 b/secure/usr.bin/openssl/man/x509.1
index 92c7c34..380d1a0 100644
--- a/secure/usr.bin/openssl/man/x509.1
+++ b/secure/usr.bin/openssl/man/x509.1
@@ -1,5 +1,5 @@
.\" Automatically generated by Pod::Man version 1.15
-.\" Mon Feb 3 10:01:00 2003
+.\" Wed Feb 19 16:49:38 2003
.\"
.\" Standard preamble:
.\" ======================================================================
@@ -138,7 +138,7 @@
.\" ======================================================================
.\"
.IX Title "X509 1"
-.TH X509 1 "0.9.7" "2003-02-03" "OpenSSL"
+.TH X509 1 "0.9.7a" "2003-02-19" "OpenSSL"
.UC
.SH "NAME"
x509 \- Certificate display and signing utility
@@ -187,6 +187,7 @@ x509 \- Certificate display and signing utility
[\fB\-clrext\fR]
[\fB\-extfile filename\fR]
[\fB\-extensions section\fR]
+[\fB\-engine id\fR]
.SH "DESCRIPTION"
.IX Header "DESCRIPTION"
The \fBx509\fR command is a multi purpose certificate utility. It can be
@@ -226,6 +227,12 @@ the digest to use. This affects any signing or display option that uses a messag
digest, such as the \fB\-fingerprint\fR, \fB\-signkey\fR and \fB\-CA\fR options. If not
specified then \s-1MD5\s0 is used. If the key being used to sign with is a \s-1DSA\s0 key then
this option has no effect: \s-1SHA1\s0 is always used with \s-1DSA\s0 keys.
+.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 "\s-1DISPLAY\s0 \s-1OPTIONS\s0"
.IX Subsection "DISPLAY OPTIONS"
Note: the \fB\-alias\fR and \fB\-purpose\fR options are also display options
@@ -673,8 +680,8 @@ Set a certificate to be trusted for \s-1SSL\s0 client use and change set its ali
\&\*(L"Steve's Class 1 \s-1CA\s0\*(R"
.PP
.Vb 2
-\& openssl x509 -in cert.pem -addtrust sslclient \e
-\& -alias "Steve's Class 1 CA" -out trust.pem
+\& openssl x509 -in cert.pem -addtrust clientAuth \e
+\& -setalias "Steve's Class 1 CA" -out trust.pem
.Ve
.SH "NOTES"
.IX Header "NOTES"
OpenPOWER on IntegriCloud