Return-Path: Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: (qmail 11516 invoked from network); 9 Feb 2006 18:44:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 9 Feb 2006 18:44:43 -0000 Received: (qmail 52242 invoked by uid 500); 9 Feb 2006 18:44:35 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 52189 invoked by uid 500); 9 Feb 2006 18:44:34 -0000 Mailing-List: contact dev-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Developers List" Delivered-To: mailing list dev@tomcat.apache.org Received: (qmail 52178 invoked by uid 500); 9 Feb 2006 18:44:34 -0000 Delivered-To: apmail-jakarta-tomcat-dev@jakarta.apache.org Received: (qmail 52175 invoked by uid 99); 9 Feb 2006 18:44:33 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Feb 2006 10:44:33 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 09 Feb 2006 10:44:33 -0800 Received: (qmail 11224 invoked by uid 65534); 9 Feb 2006 18:44:12 -0000 Message-ID: <20060209184412.11222.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r376377 - /tomcat/container/tc5.5.x/webapps/docs/ssl-howto.xml Date: Thu, 09 Feb 2006 18:44:12 -0000 To: tomcat-dev@jakarta.apache.org From: markt@apache.org X-Mailer: svnmailer-1.0.6 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: markt Date: Thu Feb 9 10:44:11 2006 New Revision: 376377 URL: http://svn.apache.org/viewcvs?rev=376377&view=rev Log: Clarify that Verisign has different root certs for trial and commercial certificates. Modified: tomcat/container/tc5.5.x/webapps/docs/ssl-howto.xml Modified: tomcat/container/tc5.5.x/webapps/docs/ssl-howto.xml URL: http://svn.apache.org/viewcvs/tomcat/container/tc5.5.x/webapps/docs/ssl-howto.xml?rev=376377&r1=376376&r2=376377&view=diff ============================================================================== --- tomcat/container/tc5.5.x/webapps/docs/ssl-howto.xml (original) +++ tomcat/container/tc5.5.x/webapps/docs/ssl-howto.xml Thu Feb 9 10:44:11 2006 @@ -442,9 +442,14 @@
  • Download a Chain Certificate from the Certificate Authority you obtained the Certificate from.
    - For Verisign.com go to: http://www.verisign.com/support/install/intermediate.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
    + 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 + 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 keytool -import -alias root -keystore <your_keystore_filename> \ --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org