cert.pem和key.pem文件是标准包tls包下的generate_cert.go生成的。 我使用的代码是 go http.ListenAndServeTLS(":12345", "cert.pem", "key.pem", ...
確定! 回上一頁