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