diff --git a/src/Services/Identity/Identity.API/appsettings.json b/src/Services/Identity/Identity.API/appsettings.json index efee76e88..ec7192469 100644 --- a/src/Services/Identity/Identity.API/appsettings.json +++ b/src/Services/Identity/Identity.API/appsettings.json @@ -21,14 +21,5 @@ "Name": "eshop", "ClientId": "your-clien-id", "ClientSecret": "your-client-secret" - }, - "Kestrel": { - "Certificates": { - "Default": { - "Path": "./Certificates/eShopOnContainers.pfx", - "Password": "D0tNet@" - } - } } - } diff --git a/src/Web/WebSPA/appsettings.json b/src/Web/WebSPA/appsettings.json index 5fb18e7b1..a5d2f20ce 100644 --- a/src/Web/WebSPA/appsettings.json +++ b/src/Web/WebSPA/appsettings.json @@ -16,14 +16,5 @@ }, "ApplicationInsights": { "InstrumentationKey": "" - }, - "Kestrel": { - "Certificates": { - "Default": { - "Path": "./Certificates/eShopOnContainers.pfx", - "Password": "D0tNet@" - } - } } - } \ No newline at end of file