Skip to content

Commit 3ade825

Browse files
committed
Test
1 parent 91a70cf commit 3ade825

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cscglobal-caplugin/CSCGlobalCAPlugin.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ public async Task Synchronize(BlockingCollection<AnyCAPluginCertificate> blockin
124124
Logger.LogTrace($"File Content {fileContent}");
125125
var certData = fileContent.Replace("\r\n", string.Empty);
126126
var certString = GetEndEntityCertificate(certData);
127-
var currentCert = new X509Certificate2(Encoding.ASCII.GetBytes(certString));
127+
//var currentCert = new X509Certificate2(Encoding.ASCII.GetBytes(certString));
128128
if (certString.Length > 0)
129129
blockingBuffer.Add(new AnyCAPluginCertificate
130130
{

0 commit comments

Comments
 (0)