自签名证书
命令如下: openssl req -newkey rsa:2048 \
-x509 \
-sha256 \
-days 3650 \
-nodes \
-out hello.crt \
-keyout hello.key使用自签名证书需要修改客户端的 insecure选项为true 允许不安全证书 (别懒小心中间人攻击,不过一般的流量其实都