13 references to CertUtilCommand
Templates.Tests (13)
src\Shared\CertificateGeneration\UnixCertificateManager.cs (13)
134
if (!IsCommandAvailable(
CertUtilCommand
))
138
Log.UnixMissingCertUtilCommand(
CertUtilCommand
);
301
var isCertUtilAvailable = IsCommandAvailable(
CertUtilCommand
);
304
Log.UnixMissingCertUtilCommand(
CertUtilCommand
);
437
var isCertUtilAvailable = IsCommandAvailable(
CertUtilCommand
);
440
Log.UnixMissingCertUtilCommand(
CertUtilCommand
);
520
var commands = new[] { OpenSslCommand,
CertUtilCommand
};
568
/// It is the caller's responsibility to ensure that <see cref="
CertUtilCommand
"/> is available.
577
var startInfo = new ProcessStartInfo(
CertUtilCommand
, $"-d sql:{nssDb.Path} -n {nickname} {operation}")
598
/// It is the caller's responsibility to ensure that <see cref="
CertUtilCommand
"/> is available.
606
var startInfo = new ProcessStartInfo(
CertUtilCommand
, $"-d sql:{nssDb.Path} -n {nickname} -A -i {certificatePath} -t \"{usage},,\"")
626
/// It is the caller's responsibility to ensure that <see cref="
CertUtilCommand
"/> is available.
630
var startInfo = new ProcessStartInfo(
CertUtilCommand
, $"-d sql:{nssDb.Path} -D -n {nickname}")