Golang获取https公钥crt格式

c := http.Client{ Transport: &http.Transport{ TLSClientConfig: &tls.Config{InsecureSkipVerify: true}, }, } resp, err := c.Get("https://harbor.abc.com:
posted @ 2022-04-01 20:09  小小记录本  阅读(191)  评论(0编辑  收藏  举报