13 references to CertUtilCommand
Microsoft.AspNetCore.Server.Kestrel.Core (13)
src\Shared\CertificateGeneration\UnixCertificateManager.cs (13)
120
if (!IsCommandAvailable(
CertUtilCommand
))
124
Log.UnixMissingCertUtilCommand(
CertUtilCommand
);
287
var isCertUtilAvailable = IsCommandAvailable(
CertUtilCommand
);
290
Log.UnixMissingCertUtilCommand(
CertUtilCommand
);
423
var isCertUtilAvailable = IsCommandAvailable(
CertUtilCommand
);
426
Log.UnixMissingCertUtilCommand(
CertUtilCommand
);
506
var commands = new[] { OpenSslCommand,
CertUtilCommand
};
554
/// It is the caller's responsibility to ensure that <see cref="
CertUtilCommand
"/> is available.
563
var startInfo = new ProcessStartInfo(
CertUtilCommand
, $"-d sql:{nssDb.Path} -n {nickname} {operation}")
584
/// It is the caller's responsibility to ensure that <see cref="
CertUtilCommand
"/> is available.
592
var startInfo = new ProcessStartInfo(
CertUtilCommand
, $"-d sql:{nssDb.Path} -n {nickname} -A -i {certificatePath} -t \"{usage},,\"")
612
/// It is the caller's responsibility to ensure that <see cref="
CertUtilCommand
"/> is available.
616
var startInfo = new ProcessStartInfo(
CertUtilCommand
, $"-d sql:{nssDb.Path} -D -n {nickname}")