setup_ssl.htm

来自「一个用java+jsp实现的论坛和聊天室」· HTM 代码 · 共 28 行

HTM
28
字号

<html>
<head>
<meta http-equiv="Content-Type"
  content="text/html; charset=Big5">
<title>setup_ssl</title>
</head>
<body>

<center><h2>JavaBBS Setup SSL by WOExpert</h2><br>
last updated: 110100<br></center>
<hr>

<ul>
<li>need resin 1.2.x (remember to correctly set RESIN_HOME)</li>
<li>install JSSE:
  <ul>
  <li><a href="http://java.sun.com/products/jsse/">download JSSE</a></li>
  <li>copy jcert.jar, jnet.jar, jsse.jar to .../jre/lib/ext</li>
  <li>add the following line to .../jre/lib/security/java.security<br>
    security.provider.2=com.sun.net.ssl.internal.ssl.Provider</li>
  </ul>
</li>
<li>follow instructions in FAQ of resin (be careful  about encoding while using keytool)</li>
</ul>

</body></html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?