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