summaryrefslogtreecommitdiffstats
path: root/doc/apps/req.pod
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2002-11-09 18:05:33 +0000
committerDr. Stephen Henson <steve@openssl.org>2002-11-09 18:05:33 +0000
commita8c125550ca0714b5f7eeb8f7e6e6a06b356fb64 (patch)
tree3f8e2431cb0b1f1c1878e24735b828b200159b1f /doc/apps/req.pod
parent3782350c14c4a3fb77c7d3679d54ab21baa99330 (diff)
Typo
Diffstat (limited to 'doc/apps/req.pod')
-rw-r--r--doc/apps/req.pod8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/apps/req.pod b/doc/apps/req.pod
index 10e4e12a5c..7a3b6bb99d 100644
--- a/doc/apps/req.pod
+++ b/doc/apps/req.pod
@@ -512,13 +512,13 @@ Sample configuration containing all field values:
The header and footer lines in the B<PEM> format are normally:
- -----BEGIN CERTIFICATE REQUEST----
- -----END CERTIFICATE REQUEST----
+ -----BEGIN CERTIFICATE REQUEST-----
+ -----END CERTIFICATE REQUEST-----
some software (some versions of Netscape certificate server) instead needs:
- -----BEGIN NEW CERTIFICATE REQUEST----
- -----END NEW CERTIFICATE REQUEST----
+ -----BEGIN NEW CERTIFICATE REQUEST-----
+ -----END NEW CERTIFICATE REQUEST-----
which is produced with the B<-newhdr> option but is otherwise compatible.
Either form is accepted transparently on input.