Tomcat服务器配置https单向认证

Windows版: 1、为服务器生成证书 keytool -genkey -keyalg RSA -dname "cn=127.0.0.1,ou=xxx,o=xxx,l=GZ,st=GD,c=CN" -alias server -keypass 123456 -keystore F:/server.keystore -storepass 123456 -validity 36  2、修改tomca
相关文章
相关标签/搜索