* If we can't find a developer certificate on the certificate store
we will look for a developer certificate on the file system if a
password has been specified for the Development certificate.
* We will look at ${APPDATA}/ASP.NET/https/<<AppName>>.pfx for windows
and fallback to ${HOME}/.aspnet/https/<<AppName>>.pfx
* In case the password wasn't specified through configuration, the file
is not found on the file system or can't be loaded, we won't
do anything.
|
||
|---|---|---|
| .. | ||
| TestCertificates | ||
| DisposableStack.cs | ||
| DummyApplication.cs | ||
| EventRaisingResourceCounter.cs | ||
| HttpParsingData.cs | ||
| KestrelTestLoggerProvider.cs | ||
| LifetimeNotImplemented.cs | ||
| MockLogger.cs | ||
| MockSystemClock.cs | ||
| PassThroughConnectionAdapter.cs | ||
| StringExtensions.cs | ||
| TestApp.cs | ||
| TestApplicationErrorLogger.cs | ||
| TestConnection.cs | ||
| TestHttp1Connection.cs | ||
| TestKestrelTrace.cs | ||
| TestResources.cs | ||
| TestServiceContext.cs | ||