From 8e31549e18f813cd0dc522a53e968b96799a0c00 Mon Sep 17 00:00:00 2001 From: jfclere Date: Fri, 18 Jul 2008 06:39:45 +0000 Subject: [PATCH] Grammar + typos: Fix PR#45422 git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@677836 13f79535-47bb-0310-9956-ffa450edef68 --- webapps/docs/ssl-howto.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/webapps/docs/ssl-howto.xml b/webapps/docs/ssl-howto.xml index 22ef9e72e..e3e551a80 100644 --- a/webapps/docs/ssl-howto.xml +++ b/webapps/docs/ssl-howto.xml @@ -207,7 +207,7 @@ differ only in case.

To import an existing certificate into a JKS keystore, please read the documentation (in your JDK documentation package) about keytool. -Note that OpenSSL often adds a readable comments before the key, +Note that OpenSSL often adds readable comments before the key, keytooldoes not support that, so remove the OpenSSL comments if they exist before importing the key using keytool.

@@ -406,7 +406,7 @@ numbers lower than 1024 on many operating systems.

that SSL is required, as required by the Servlet 2.4 Specification.

-

There are addional option used to configure the SSL protocol. +

There are additional options used to configure the SSL protocol. You may need to add or change the following attribute values, depending on how you configured your keystore earlier:

@@ -513,8 +513,8 @@ contains some troubleshooting tips.

-

To obstain and install a Certificate from a Certificate Authority (like verisign.com, thawte.com -or trustcenter.de) you should have read the previous section and then follow these instructions:

+

To obtain and install a Certificate from a Certificate Authority (like verisign.com, thawte.com +or trustcenter.de), read the previous section and then follow these instructions:

In order to obtain a Certificate from the Certificate Authority of your choice @@ -540,20 +540,20 @@ documentation of the Certificate Authority website on how to do this). In return

Now that you have your Certificate you can import it into you local keystore. First of all you have to import a so called Chain Certificate or Root Certificate into your keystore. -After that you can procede with importing your Certificate.

+After that you can proceed with importing your Certificate.

  • Download a Chain Certificate from the Certificate Authority you obtained the Certificate from.
    For Verisign.com commercial certificates go to: http://www.verisign.com/support/install/intermediate.html
    For Verisign.com trial certificates go to: - http://www.verisign.com/support/verisign-intermediate-ca/Trial_Secure_Server_Root/index.html + http://www.verisign.com/support/verisign-intermediate-ca/Trial_Secure_Server_Root/index.html
    For Trustcenter.de go to: http://www.trustcenter.de/certservices/cacerts/en/en.htm#server
    For Thawte.com go to: http://www.thawte.com/certs/trustmap.html
  • -
  • Import the Chain Certificate into you keystore +
  • Import the Chain Certificate into your keystore keytool -import -alias root -keystore <your_keystore_filename> \ -trustcacerts -file <filename_of_the_chain_certificate>
  • -- 2.11.0