From cbe580dc21ccb54999e68c662fc1c0c107762ec1 Mon Sep 17 00:00:00 2001 From: markt Date: Wed, 27 Jul 2011 16:58:36 +0000 Subject: [PATCH] Typo git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1151532 13f79535-47bb-0310-9956-ffa450edef68 --- webapps/docs/ssl-howto.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapps/docs/ssl-howto.xml b/webapps/docs/ssl-howto.xml index e8f0c2e7d..65ffac119 100644 --- a/webapps/docs/ssl-howto.xml +++ b/webapps/docs/ssl-howto.xml @@ -47,7 +47,7 @@

To install and configure SSL support on Tomcat, you need to follow these simple steps. For more information, read the rest of this HOW-TO.

    -
  1. Create a certificate keystore file to store the servers private key and +
  2. Create a keystore file to store the server's private key and self-signed certificate by executing the following command:

    Windows:

    -- 2.11.0