From fbd3d9438a5b417d1fb71a1b51c975acde826555 Mon Sep 17 00:00:00 2001 From: Cesar Blum Silveira Date: Wed, 3 May 2017 11:44:29 -0700 Subject: [PATCH] Store sample app's certificate passwords in user secrets. --- samples/AppSettings/AppSettings.csproj | 2 -- samples/AppSettings/appsettings.json | 4 ---- 2 files changed, 6 deletions(-) diff --git a/samples/AppSettings/AppSettings.csproj b/samples/AppSettings/AppSettings.csproj index bf6be606f3..621da3c9ca 100644 --- a/samples/AppSettings/AppSettings.csproj +++ b/samples/AppSettings/AppSettings.csproj @@ -16,10 +16,8 @@ - diff --git a/samples/AppSettings/appsettings.json b/samples/AppSettings/appsettings.json index fac810ec12..ab315a0242 100644 --- a/samples/AppSettings/appsettings.json +++ b/samples/AppSettings/appsettings.json @@ -27,8 +27,6 @@ "Certificate": { "Source": "File", "Path": "testCert.pfx", - // TODO: remove when dotnet user-secrets is working again - "Password": "testPassword" } }, // Add testCert.pfx to the current user's certificate store to enable this scenario. @@ -48,8 +46,6 @@ "TestCert": { "Source": "File", "Path": "testCert.pfx", - // TODO: remove when dotnet user-secrets is working again - "Password": "testPassword" }, // Add testCert.pfx to the current user's certificate store to enable this scenario. //"TestCertInStore": {