Instalacja z certyfikatem SSL
Dowiedz się, jak połączyć się z panelem administracyjnym Xopero ONE Management Service (XMS) przez szyfrowany protokół HTTPS.
Konfiguracja Kestrel
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>"
}}}}}Konfiguracja Agenta
1
2

config.json otwartego w Notepad++.3
Last updated

