10 references to OpenSslCommand
Microsoft.AspNetCore.DeveloperCertificates.XPlat (10)
src\Shared\CertificateGeneration\UnixCertificateManager.cs (10)
278
var isOpenSslAvailable = IsCommandAvailable(
OpenSslCommand
);
288
Log.UnixMissingOpenSslCommand(
OpenSslCommand
);
353
Debug.Assert(IsCommandAvailable(
OpenSslCommand
), "How did we trust without the openssl command?");
476
if (IsCommandAvailable(
OpenSslCommand
))
485
Log.UnixMissingOpenSslCommand(
OpenSslCommand
);
590
var commands = new[] {
OpenSslCommand
, CertUtilCommand };
928
/// It is the caller's responsibility to ensure that <see cref="
OpenSslCommand
"/> is available.
936
var processInfo = new ProcessStartInfo(
OpenSslCommand
, $"version -d")
970
/// It is the caller's responsibility to ensure that <see cref="
OpenSslCommand
"/> is available.
980
var processInfo = new ProcessStartInfo(
OpenSslCommand
, $"x509 -hash -noout -in {certificatePath}")