mirror of
https://github.com/azaion/satellite-provider.git
synced 2026-06-27 09:51:14 +00:00
[AZ-1124] Cycle 12 closure docs and cycle 13 task slate
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -18,7 +18,7 @@ public static class GrpcTestHelpers
|
||||
var caCertPath = ResolveCaCertPath();
|
||||
if (!string.IsNullOrEmpty(caCertPath))
|
||||
{
|
||||
var caCert = X509Certificate2.CreateFromPemFile(caCertPath);
|
||||
var caCert = X509Certificate2.CreateFromPem(File.ReadAllText(caCertPath));
|
||||
handler.SslOptions = new SslClientAuthenticationOptions
|
||||
{
|
||||
RemoteCertificateValidationCallback = (_, certificate, _, errors) =>
|
||||
|
||||
Reference in New Issue
Block a user