摘要: 1、下载ssl文件 xxxx.pemxxxx.key 2、直接上示例 const express = require("express"); const compression = require('compression') const https = require('https') const 阅读全文
posted @ 2022-05-27 11:20 (⊙o⊙)买噶 阅读(304) 评论(0) 推荐(0) 编辑
摘要: 1、下载 Tomcat SSL证书 2、在 Tomcat 安装文件根目录新建 cert 文件夹,将SSL证书复制到 cert 3、修改server.xml <?xml version="1.0" encoding="UTF-8"?> <!-- Licensed to the Apache Softw 阅读全文
posted @ 2022-05-27 11:02 (⊙o⊙)买噶 阅读(387) 评论(0) 推荐(0) 编辑