Włączanie HTTPS dla Xopero ONE w modelu wdrożenia on-premise
Linux i Windows
Konfiguracja
"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>"
}
}
}
}Restartowanie usługi Xopero ONE Management Service
Docker
Konfiguracja

Last updated

