摘要: const path = require('path'); const fs = require('fs'); const https = require('https'); const options = { key: fs.readFileSync(path.join(__dirname, '. 阅读全文
posted @ 2023-07-13 22:19 易先讯 阅读(260) 评论(0) 推荐(1) 编辑
摘要: 访问双向认证的Https接口 本地运行设置 修改webpack配置 js const fs = require('fs') const options = { //客户端密钥 key: fs.readFileSync(path.join(__dirname, '../ca/key.pem')), / 阅读全文
posted @ 2023-07-13 22:17 易先讯 阅读(698) 评论(0) 推荐(1) 编辑