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