From dfb32867a707a0957cc7da2610517daa41f119ea Mon Sep 17 00:00:00 2001 From: rafsanulhasan Date: Sat, 1 Sep 2018 06:09:32 +0600 Subject: [PATCH] Changed certificate file path and password --- src/Web/WebMVC/appsettings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Web/WebMVC/appsettings.json b/src/Web/WebMVC/appsettings.json index 800939b07..94b7fab76 100644 --- a/src/Web/WebMVC/appsettings.json +++ b/src/Web/WebMVC/appsettings.json @@ -28,8 +28,8 @@ "Kestrel": { "Certificates": { "Default": { - "Path": "./synergydev.pfx", - "Password": "RH@ssl2018" + "Path": "./Setup/eShopOnContainers.pfx", + "Password": "D0tNet@" } } }