2 references to CreateAspNetCoreHttpsDevelopmentCertificate
Microsoft.AspNetCore.Shared.Tests (2)
CertificateManagerTests.cs (1)
17var certificate = CertificateManager.Instance.CreateAspNetCoreHttpsDevelopmentCertificate(notBefore, notAfter);
src\Shared\CertificateGeneration\CertificateManager.cs (1)
316certificate = CreateAspNetCoreHttpsDevelopmentCertificate(notBefore, notAfter);