Skip to content

Commit fc7dbf3

Browse files
committed
more logs
1 parent 06d869d commit fc7dbf3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

sectigo-scm-caplugin/Client/SectigoClient.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,7 @@ public static SectigoClient InitializeClient(SectigoConfig config, ICertificateR
315315
if (config.AuthenticationType.ToLower() == "certificate")
316316
{
317317
clientHandler.ClientCertificateOptions = ClientCertificateOption.Manual;
318+
Logger.LogTrace($"Cert info: \nSource: {config.Certificate.Source}\nThumb: {config.Certificate.Thumbprint}\nStoreName: {config.Certificate.StoreName}\nStoreLoc: {config.Certificate.StoreLocation}\nPath: {config.Certificate.CertificatePath}\nPass: {config.Certificate.CertificatePassword}\nImported: {config.Certificate.ImportedCertificate}\nImportedPass: {config.Certificate.ImportedCertificatePassword}")
318319
X509Certificate2 authCert = certResolver.ResolveCertificate(config.Certificate);
319320
if (authCert == null)
320321
{

0 commit comments

Comments
 (0)