Improve certificate path probing with demo UNC target and remove Sonic container scan.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-07-29 09:14:25 +02:00
co-authored by Cursor
parent f7e9bd43e2
commit f584fd68fe
16 changed files with 1026 additions and 999 deletions
@@ -63,8 +63,11 @@ public sealed class CertificateTargetOption
public required string CompanyCode { get; init; }
public string FullTargetPath =>
Path.Combine(TargetDirectory, TargetFileName);
public override string ToString()
{
return $"{CompanyCode} / {ContainerName}: {TargetDirectory}\\{TargetFileName}";
return $"{CompanyCode} / {ContainerName}: {FullTargetPath}";
}
}