{ "AllowedHosts": "example.com;localhost", "Kestrel": { "EndPoints": { "Http": { "Url": "http://localhost:5005" } // To enable HTTPS using a certificate file, set the path to a .pfx file in // the "Path" property below and configure the password in user secrets. // The "Password" property should be set in user secrets. //"HttpsInlineCertFile": { // "Url": "http://localhost:5005" // "Certificate": { // "Path": "", // "Password: "" // } //}, //"HttpsInlineCertStore": { // "Url": "http://localhost:5005" // "Certificate": { // "Subject": "", // "Store": "", // "Location": "", // "AllowInvalid": "" // Set to "true" to allow invalid certificates (e.g. expired) // } //}, // This uses the cert defined under Certificates/Default or the development cert. //"HttpsDefaultCert": { // "Url": "http://localhost:5005" //} } }, "Certificates": { //"Default": { // "Path": "", // "Password": "" //}, // From cert store: //"Default": { // "Subject": "", // "Store": "", // "Location": "", // "AllowInvalid": "" // Set to "true" to allow invalid certificates (e.g. expired certificates) //} } }