[성현모] localhost 인증서 100년 추가

This commit is contained in:
SHM
2026-03-10 16:17:10 +09:00
parent b022c55a5a
commit fe6f1a19af
2 changed files with 38 additions and 1 deletions

View File

@ -5,5 +5,15 @@
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
"AllowedHosts": "*",
"Kestrel": {
"Certificates": {
"Default": {
"Store": "My",
"Location": "LocalMachine",
"Subject": "localhost", // 또는 인증서의 Thumbprint 값
"AllowInvalid": true
}
}
}
}