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