aspnetcore/test/shared/TestCertificates
Javier Calvarro Nelson e6bb551018 Adds support for loading the developer certificate from a pfx file
* 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.
2018-01-12 16:32:06 -08:00
..
aspnetdevcert.pfx Adds support for loading the developer certificate from a pfx file 2018-01-12 16:32:06 -08:00
eku.client.ini
eku.client.pfx
eku.code_signing.ini
eku.code_signing.pfx
eku.multiple_usages.ini
eku.multiple_usages.pfx
eku.server.ini
eku.server.pfx
make-test-certs.sh
no_extensions.ini
no_extensions.pfx
testCert.pfx