Browse Source
Merge pull request #6 from sicsbd/dev-asp.netcore2.1enhancements
Changed certificate file path and password
pull/714/head
Rafsanul Hasan
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
src/Web/WebMVC/appsettings.json
|
@ -28,8 +28,8 @@ |
|
|
"Kestrel": { |
|
|
"Kestrel": { |
|
|
"Certificates": { |
|
|
"Certificates": { |
|
|
"Default": { |
|
|
"Default": { |
|
|
"Path": "./synergydev.pfx", |
|
|
|
|
|
"Password": "RH@ssl2018" |
|
|
|
|
|
|
|
|
"Path": "./Setup/eShopOnContainers.pfx", |
|
|
|
|
|
"Password": "D0tNet@" |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
} |