[성현모] localhost 인증서 100년 추가
This commit is contained in:
@ -5,5 +5,15 @@
|
||||
"Microsoft.AspNetCore": "Warning"
|
||||
}
|
||||
},
|
||||
"AllowedHosts": "*"
|
||||
"AllowedHosts": "*",
|
||||
"Kestrel": {
|
||||
"Certificates": {
|
||||
"Default": {
|
||||
"Store": "My",
|
||||
"Location": "LocalMachine",
|
||||
"Subject": "localhost", // 또는 인증서의 Thumbprint 값
|
||||
"AllowInvalid": true
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user