13 references to CertUtilCommand
aspire (12)
Certificates\CertificateGeneration\UnixCertificateManager.cs (11)
163
if (!IsCommandAvailable(CertificateHelpers.
CertUtilCommand
))
167
Log.UnixMissingCertUtilCommand(CertificateHelpers.
CertUtilCommand
);
331
var isCertUtilAvailable = IsCommandAvailable(CertificateHelpers.
CertUtilCommand
);
334
Log.UnixMissingCertUtilCommand(CertificateHelpers.
CertUtilCommand
);
534
var isCertUtilAvailable = IsCommandAvailable(CertificateHelpers.
CertUtilCommand
);
537
Log.UnixMissingCertUtilCommand(CertificateHelpers.
CertUtilCommand
);
618
var commands = new[] { OpenSslCommand, CertificateHelpers.
CertUtilCommand
};
701
/// It is the caller's responsibility to ensure that <see cref="CertificateHelpers.
CertUtilCommand
"/> is available.
729
/// It is the caller's responsibility to ensure that <see cref="CertificateHelpers.
CertUtilCommand
"/> is available.
751
/// It is the caller's responsibility to ensure that <see cref="CertificateHelpers.
CertUtilCommand
"/> is available.
776
return new ProcessStartInfo(CertificateHelpers.
CertUtilCommand
, arguments)
Utils\EnvironmentChecker\DevCertsCheck.cs (1)
500
if (PathLookupHelper.TryResolveExecutablePath(CertificateHelpers.
CertUtilCommand
, out _, environmentVariables))
Aspire.Cli.Tests (1)
Utils\DevCertsCheckTests.cs (1)
68
var certUtilPath = Path.Combine(directory.FullName, CertificateHelpers.
CertUtilCommand
);