Enabling HTTPS for on-premise Xopero ONE installation
Linux & Windows
Configuration
"commented_out_Kestrel": {
"Endpoints": {
"Http": {
"Url": "http://*:5000"
}"Kestrel": {
"Endpoints": {
"Http": {
"Url": "http://*:5000"
},
"Https": {
"Url": "https://*:5001",
"Certificate":{
"Path": "<.pfx file path>",
"Password": "<certificate password>"
}
}
}
}Restarting the Xopero ONE Management Service
Docker
Configuration

Last updated

