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