Browse Source

Changed certificate file path and password

pull/733/head
rafsanulhasan 6 years ago
parent
commit
dfb32867a7
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/Web/WebMVC/appsettings.json

+ 2
- 2
src/Web/WebMVC/appsettings.json View File

@ -28,8 +28,8 @@
"Kestrel": { "Kestrel": {
"Certificates": { "Certificates": {
"Default": { "Default": {
"Path": "./synergydev.pfx",
"Password": "RH@ssl2018"
"Path": "./Setup/eShopOnContainers.pfx",
"Password": "D0tNet@"
} }
} }
} }

Loading…
Cancel
Save