10 references to OpenSslCommand
Templates.Blazor.WebAssembly.Tests (10)
src\Shared\CertificateGeneration\UnixCertificateManager.cs (10)
259var isOpenSslAvailable = IsCommandAvailable(OpenSslCommand); 269Log.UnixMissingOpenSslCommand(OpenSslCommand); 334Debug.Assert(IsCommandAvailable(OpenSslCommand), "How did we trust without the openssl command?"); 392if (IsCommandAvailable(OpenSslCommand)) 401Log.UnixMissingOpenSslCommand(OpenSslCommand); 506var commands = new[] { OpenSslCommand, CertUtilCommand }; 782/// It is the caller's responsibility to ensure that <see cref="OpenSslCommand"/> is available. 790var processInfo = new ProcessStartInfo(OpenSslCommand, $"version -d") 824/// It is the caller's responsibility to ensure that <see cref="OpenSslCommand"/> is available. 834var processInfo = new ProcessStartInfo(OpenSslCommand, $"x509 -hash -noout -in {certificatePath}")