Kestrel "Kestrel": { "Endpoints": { "Http": { "Url": "http://localhost:5000" }, "Https": { "Url": "https://localhost:5001" } } } "Kestrel": { "Endpoints": { "Http": { "Url": "http://0.0.0.0:5002" } , "HttpsFromPem": { "Url": "https://0.0.0.0:5001", "Certificate": { "Path": "path/to/crt.pem", "KeyPath": "path/to/key.pem" } } } }