Attached is a video showing the whole process of setting this up.
Click here to see the section in the Deployment Guide explaining how to do this.
This is an example of what your appsettings.json file should look like after making the adjustments explained in the Deployment Guide.
{
"Logging": {
"IncludeScopes": false,
"LogLevel": {
"Default": "Information"
}
},
"SessionTimeout": 120,
"RememberMeInterval": 30,
"Server": "Kestrel",
"IP": "0.0.0.0",
"Port": 8008,
"Kestrel": {
"Certificates": {
"Default": {
"Path": "C://Program Files//Quest Software//Toad Intelligence Central//webserver//servercert.pfx",
"Password": "abc123"
}
}
}
}