Using multiple SSL certificates in Tomcat 7

后端 未结 5 1394
被撕碎了的回忆
被撕碎了的回忆 2020-12-08 05:59

I\'ve been using a wildcard SSL certificate in Apache Tomcat 7. But now that I have to renew, I see there are these EV (extended verification) SSL certificates where browse

5条回答
  •  攒了一身酷
    2020-12-08 06:38

    I have just got this to work on a server with multiple SSL's and IP's.

    Added IP's this way:
    http://www.loadtestingtool.com/help/how-setup-ip.shtml

    Added code to make the server use maximum possible security with the "ciphers" (when having a 2048bit key).

    Tested first that this will work with self-signed keys this way:
    http://community.jboss.org/wiki/GeneratingSelfSignedCertificateWithKeytool
    Note that the test in this page has erroneous characters in the beginning of the "-keystore" text (on multiple places).

    Here is the code:

    
    
    
    

提交回复
热议问题