diff --git a/.gitignore b/.gitignore index 5ae0db9..33d3afa 100644 --- a/.gitignore +++ b/.gitignore @@ -218,7 +218,7 @@ ClientBin/ *.dbmdl *.dbproj.schemaview *.jfm -*.pfx +#*.pfx *.publishsettings orleans.codegen.cs diff --git a/Certificates/aspnetapp-identity-server.pfx b/Certificates/aspnetapp-identity-server.pfx new file mode 100644 index 0000000..bed9798 Binary files /dev/null and b/Certificates/aspnetapp-identity-server.pfx differ diff --git a/Certificates/aspnetapp-root-cert.cer b/Certificates/aspnetapp-root-cert.cer new file mode 100644 index 0000000..c6ac5e9 Binary files /dev/null and b/Certificates/aspnetapp-root-cert.cer differ diff --git a/Certificates/aspnetapp-root-cert.pfx b/Certificates/aspnetapp-root-cert.pfx new file mode 100644 index 0000000..16f8794 Binary files /dev/null and b/Certificates/aspnetapp-root-cert.pfx differ diff --git a/Certificates/aspnetapp-web-api.pfx b/Certificates/aspnetapp-web-api.pfx new file mode 100644 index 0000000..e9354b3 Binary files /dev/null and b/Certificates/aspnetapp-web-api.pfx differ