Add bundle certificate support (#253)
* initial * add some comments * cleanup * var * Use X509Certificate2cCollection * add missing asset files * address comments
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
f6b58d535a
commit
9bdaf132d4
@@ -43,7 +43,7 @@ namespace k8s
|
||||
{
|
||||
Host = new UriBuilder("https", host, Convert.ToInt32(port)).ToString(),
|
||||
AccessToken = token,
|
||||
SslCaCert = CertUtils.LoadPemFileCert(rootCAFile)
|
||||
SslCaCerts = CertUtils.LoadPemFileCert(rootCAFile)
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user