https://github.com/feixiao/https
局域网https服务开启以及浏览器信任
https://github.com/feixiao/https
https
Last synced: 18 days ago
JSON representation
局域网https服务开启以及浏览器信任
- Host: GitHub
- URL: https://github.com/feixiao/https
- Owner: feixiao
- Created: 2020-03-24T03:18:15.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-22T02:39:42.000Z (over 5 years ago)
- Last Synced: 2025-04-19T10:08:52.555Z (9 months ago)
- Topics: https
- Language: Go
- Size: 5.86 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
Awesome Lists containing this project
README
## 局域网https支持
#### 环境
+ Ubuntu 18.04 LTS
+ OpenSSL 1.1.1 11 Sep 2018
#### 自签证书
+ [mkcert](https://github.com/FiloSottile/mkcert) 自签证书工具
##### OSX
```
brew install mkcert
mkcert -key-file key.pem -cert-file cert.pem *.mmc.com
mkcert -install
```
注:windows系统上面根证书(类似: *.xxx.com)无效、osx上面没有问题。
#### 如何使用证书
+ [《实现局域网https域名访问内网服务》](https://juejin.im/post/5ce50576f265da1bb7763fa4)
+ [《golang中使用HTTPS以及TSL》](https://blog.csdn.net/wangshubo1989/article/details/77508738)