summaryrefslogtreecommitdiffstats
path: root/secure/usr.bin/openssl/man/req.1
diff options
context:
space:
mode:
Diffstat (limited to 'secure/usr.bin/openssl/man/req.1')
-rw-r--r--secure/usr.bin/openssl/man/req.113
1 files changed, 10 insertions, 3 deletions
diff --git a/secure/usr.bin/openssl/man/req.1 b/secure/usr.bin/openssl/man/req.1
index 6fac01c..7f2ee69 100644
--- a/secure/usr.bin/openssl/man/req.1
+++ b/secure/usr.bin/openssl/man/req.1
@@ -1,5 +1,5 @@
.\" Automatically generated by Pod::Man version 1.15
-.\" Mon Feb 3 10:00:57 2003
+.\" Wed Feb 19 16:49:35 2003
.\"
.\" Standard preamble:
.\" ======================================================================
@@ -138,7 +138,7 @@
.\" ======================================================================
.\"
.IX Title "REQ 1"
-.TH REQ 1 "0.9.7" "2003-02-03" "OpenSSL"
+.TH REQ 1 "0.9.7a" "2003-02-19" "OpenSSL"
.UC
.SH "NAME"
req \- PKCS#10 certificate request and certificate generating utility.
@@ -178,6 +178,7 @@ req \- PKCS#10 certificate request and certificate generating utility.
[\fB\-nameopt\fR]
[\fB\-batch\fR]
[\fB\-verbose\fR]
+[\fB\-engine id\fR]
.SH "DESCRIPTION"
.IX Header "DESCRIPTION"
The \fBreq\fR command primarily creates and processes certificate requests
@@ -348,6 +349,12 @@ non-interactive mode.
.Ip "\fB\-verbose\fR" 4
.IX Item "-verbose"
print extra details about the operations being performed.
+.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 "CONFIGURATION FILE FORMAT"
.IX Header "CONFIGURATION FILE FORMAT"
The configuration options are specified in the \fBreq\fR section of
@@ -490,7 +497,7 @@ be input by calling it \*(L"1.organizationName\*(R".
The actual permitted field names are any object identifier short or
long names. These are compiled into OpenSSL and include the usual
values such as commonName, countryName, localityName, organizationName,
-organizationUnitName, stateOrPrivinceName. Additionally emailAddress
+organizationUnitName, stateOrProvinceName. Additionally emailAddress
is include as well as name, surname, givenName initials and dnQualifier.
.PP
Additional object identifiers can be defined with the \fBoid_file\fR or
OpenPOWER on IntegriCloud