mirror of
https://github.com/fatedier/frp.git
synced 2025-07-27 15:45:39 +00:00
modify gitignore;fix a typo (#2237)
This commit is contained in:
@@ -43,7 +43,7 @@ func newRandomTLSKeyPair() *tls.Certificate {
|
||||
return &tlsCert
|
||||
}
|
||||
|
||||
// Only supprt one ca file to add
|
||||
// Only support one ca file to add
|
||||
func newCertPool(caPath string) (*x509.CertPool, error) {
|
||||
pool := x509.NewCertPool()
|
||||
|
||||
|
Reference in New Issue
Block a user