pretend to support chain (#245)
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
a349292fc2
commit
406df57f9d
@@ -70,5 +70,15 @@ namespace k8s.Tests
|
||||
var cert = CertUtils.GeneratePfx(cfg);
|
||||
Assert.NotNull(cert.PrivateKey);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Checks
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void LoadPemWithMultiCert()
|
||||
{
|
||||
var cert = CertUtils.LoadPemFileCert("assets/ca3.crt");
|
||||
Assert.NotNull(cert.PublicKey);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user