随笔分类 - https证书配置
摘要:web.xml增加配置 <security-constraint> <web-resource-collection > <web-resource-name >SSL</web-resource-name> <url-pattern>/*</url-pattern> </web-resource-
阅读全文
摘要:1.pfx密钥库 导入 jks密钥库 keytool -importkeystore -srckeystore D:/ssl/test.pfx -srcstoretype PKCS12 -deststoretype JKS -destkeystore D:/ssl/keystore.jks 依次输入
阅读全文
摘要:用keytool制作证书并在tomcat配置https服务(一) 用keytool制作证书并在tomcat配置https服务(二) 用keytool制作证书并在tomcat配置https服务(三) 上一篇我们实现了服务端自己模拟CA认证,那么有个问题。 一个客户端和服务端对接就需要把这个客户端的证书
阅读全文
摘要:用keytool制作证书并在tomcat配置https服务(一) 用keytool制作证书并在tomcat配置https服务(二) 用keytool制作证书并在tomcat配置https服务(四) 模拟CA实现对服务器证书的认证 我们在前篇的双向认证上继续。 CA认证,是这个机构的根证书已经存在于浏
阅读全文
摘要:用keytool制作证书并在tomcat配置https服务(一) 用keytool制作证书并在tomcat配置https服务(三) 用keytool制作证书并在tomcat配置https服务(四) 双向认证: 我们上边生成了服务端证书,并发送给客户端进行了验证。 双向认证是双向的,因此还差客户端证书
阅读全文
摘要:用keytool制作证书并在tomcat配置https服务(二) 用keytool制作证书并在tomcat配置https服务(三) 用keytool制作证书并在tomcat配置https服务(四) https分为单项认证和双向认证。 一般https页面上的访问都是单项认证,服务端发送数字证书给客户端
阅读全文
浙公网安备 33010602011771号