//..."Kestrel": { "EndPoints": { //"HttpsInlineCertAndKeyFile": { // "Url": "https://localhost:8443", // "Certificate": { // "Path": "./localhost.pem", // "KeyPath": "./localhost-key.pem" // } //}, //"HttpsDefaultCert": { // "Url": "https://localhost:5004" //}, "HttpsInlineCertFile": { "Url": "https://localhost:8443", "Certificate": { "Path": "./certificate.pfx", "Password": "password" } } }}