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