Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 543 Bytes

File metadata and controls

16 lines (13 loc) · 543 Bytes

https-enable

让你的 nodejs 后端项目支持 https

功能实现

  • 自动生成本地 ssl 证书,基于 mkcert 实现
  • 证书文件的本地缓存以及自动更新
  • 证书的有效性校验
  • http 与 https 同端口
  • nodejs 后端框架 app 的 https 支持
    • adapter-express
    • adapter-fastify
    • adapter-koa
    • adapter-nestjs (Express、Fastify)