13 references to CertUtilCommand
Templates.Blazor.Tests (13)
src\Shared\CertificateGeneration\UnixCertificateManager.cs (13)
139
if (!IsCommandAvailable(
CertUtilCommand
))
143
Log.UnixMissingCertUtilCommand(
CertUtilCommand
);
306
var isCertUtilAvailable = IsCommandAvailable(
CertUtilCommand
);
309
Log.UnixMissingCertUtilCommand(
CertUtilCommand
);
507
var isCertUtilAvailable = IsCommandAvailable(
CertUtilCommand
);
510
Log.UnixMissingCertUtilCommand(
CertUtilCommand
);
590
var commands = new[] { OpenSslCommand,
CertUtilCommand
};
700
/// It is the caller's responsibility to ensure that <see cref="
CertUtilCommand
"/> is available.
709
var startInfo = new ProcessStartInfo(
CertUtilCommand
, $"-d sql:{nssDb.Path} -n {nickname} {operation}")
730
/// It is the caller's responsibility to ensure that <see cref="
CertUtilCommand
"/> is available.
738
var startInfo = new ProcessStartInfo(
CertUtilCommand
, $"-d sql:{nssDb.Path} -n {nickname} -A -i {certificatePath} -t \"{usage},,\"")
758
/// It is the caller's responsibility to ensure that <see cref="
CertUtilCommand
"/> is available.
762
var startInfo = new ProcessStartInfo(
CertUtilCommand
, $"-d sql:{nssDb.Path} -D -n {nickname}")