summaryrefslogtreecommitdiffstats
path: root/doc/apps/x509.pod
diff options
context:
space:
mode:
Diffstat (limited to 'doc/apps/x509.pod')
-rw-r--r--doc/apps/x509.pod12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/apps/x509.pod b/doc/apps/x509.pod
index 9f7eba4c87..0b53fb1cf8 100644
--- a/doc/apps/x509.pod
+++ b/doc/apps/x509.pod
@@ -643,18 +643,18 @@ Set a certificate to be trusted for SSL client use and change set its alias to
The PEM format uses the header and footer lines:
- -----BEGIN CERTIFICATE----
- -----END CERTIFICATE----
+ -----BEGIN CERTIFICATE-----
+ -----END CERTIFICATE-----
it will also handle files containing:
- -----BEGIN X509 CERTIFICATE----
- -----END X509 CERTIFICATE----
+ -----BEGIN X509 CERTIFICATE-----
+ -----END X509 CERTIFICATE-----
Trusted certificates have the lines
- -----BEGIN TRUSTED CERTIFICATE----
- -----END TRUSTED CERTIFICATE----
+ -----BEGIN TRUSTED CERTIFICATE-----
+ -----END TRUSTED CERTIFICATE-----
The conversion to UTF8 format used with the name options assumes that
T61Strings use the ISO8859-1 character set. This is wrong but Netscape