tomcat下配置https环境(转载)

原文地址:http://blog.csdn.net/supersky07/article/details/7407523

简要记录下,详细请看原文:

  1.生成证书:"keytool -v -genkey -alias tomcat -keyalg RSA -keystore d:/tomcat.keystore"

  2.tomcat 配置:
    <Connector port="8433" protlcal="HTTP/1.1" SSLEnabled="true" maxThreads="150" scheme="https" secure="true" clientAuth="false" keystoreFile="d:/tomcat.keystore" keystorePass="123456" sslProtocol="TLS"/>

  3.免费ca证书申请网站:https://www.startssl.com/

posted on 2014-03-09 12:01  haiqing421  阅读(143)  评论(0)    收藏  举报

导航