mkcert对于我们想在本地127.0.0.1测试https来说很方便
https://github.com/FiloSottile/mkcert 直接下载amd64.exe然后运行install 就行 这个时候edge和chrome的支持都没有问题 Firefox要手动打开 about:config 然后把 security.enterprise_roots.enabled 改为true 这样访问https://127.0.0.1的时候Firefox就不会提示风险了 |
因为 FireFox 默认使用 Mozilla 根证书库而非 Windows 证书存储 |