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