Merge remote-tracking branch 'release/2.1' into 'release/3.1'
# Conflicts: # build/dependencies.props # eng/PatchConfig.props # src/Servers/Kestrel/Core/src/CoreStrings.resx # src/Servers/Kestrel/Core/src/Internal/HttpsConnectionAdapter.cs # src/Servers/Kestrel/Core/src/Properties/CoreStrings.Designer.cs # src/Servers/Kestrel/test/FunctionalTests/HttpsTests.cs # src/Shared/CertificateGeneration/CertificateManager.cs # src/Shared/CertificateGeneration/EnsureCertificateResult.cs # src/Tools/FirstRunCertGenerator/test/CertificateManagerTests.cs # src/Tools/dotnet-dev-certs/src/Program.cs
This commit is contained in:
commit
4fb0a13618
|
|
@ -45,5 +45,10 @@ namespace Microsoft.AspNetCore.Testing
|
|||
{
|
||||
return new X509Certificate2(GetCertPath(certName), password);
|
||||
}
|
||||
|
||||
public static X509Certificate2 GetTestCertificate(string certName, string password)
|
||||
{
|
||||
return new X509Certificate2(GetCertPath(certName), password);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue