2 references to MacOSTrustCertificateCommandLine
aspire (2)
Certificates\CertificateGeneration\MacOSCertificateManager.cs (2)
102
Log.MacOSTrustCommandStart($"{
MacOSTrustCertificateCommandLine
} {s_macOSTrustCertificateCommandLineArguments}{tmpFile}");
104
using (var process = Process.Start(
MacOSTrustCertificateCommandLine
, s_macOSTrustCertificateCommandLineArguments + tmpFile))