2 references to MacOSTrustCertificateCommandLineArguments
Microsoft.AspNetCore.DeveloperCertificates.XPlat (2)
src\Shared\CertificateGeneration\MacOSCertificateManager.cs (2)
102
Log.MacOSTrustCommandStart($"{MacOSTrustCertificateCommandLine} {
MacOSTrustCertificateCommandLineArguments
}{tmpFile}");
104
using (var process = Process.Start(MacOSTrustCertificateCommandLine,
MacOSTrustCertificateCommandLineArguments
+ tmpFile))