摘要:环境准备: 1. GMSSL可以执行程序 如果木有,自行前往下载 http://gmssl.org/ 编译可以参考前篇 编译https://www.cnblogs.com/leehm/p/12066683.html 2. openssl.cnf openssl自带 # # OpenSSL examp
阅读全文
02 2020 档案
摘要:偶然需要搭建一个tomcat来使用,根据网络各种guide, 配置jdk,安装tomcat8.5,一切都很顺利,http://localhost:8080/也能正常 2. 配置https,一直提示无法访问。。。 tomcat目录下 `conf/server.xml`配置如下: 网络上各种证书设置,j
阅读全文