Installation with an SSL certificate
Learn how to connect to Xopero ONE Management Service (XMS) admin panel via encrypted HTTPS protocol.
Kestrel configuration
1
2
"commented_out_Kestrel": {
"Endpoints": {
"Http": {
"Url": "http://*:5000"
}
}3
"Kestrel": {
"Endpoints": {
"Http": {
"Url": "http://*:5000"
},
"Https": {
"Url": "https://*:5001",
"Certificate":{
"Path": "<.pfx file path>",
"Password": "<certificate password>"
}}}}}Agent configuration
1
2

config.json file opened in Notepad++.3
Last updated

