2 references to MacOSTrustCertificateCommandLine
aspire (2)
Certificates\CertificateGeneration\MacOSCertificateManager.cs (2)
114
Log.MacOSTrustCommandStart($"{
MacOSTrustCertificateCommandLine
} {s_macOSTrustCertificateCommandLineArguments}{tmpFile}");
117
new ProcessStartInfo(
MacOSTrustCertificateCommandLine
, s_macOSTrustCertificateCommandLineArguments + tmpFile));