feat(api-server): Add HTTPS support and custom certificate configuration (#3874)

This commit is contained in:
MohanadAhmed
2025-12-19 09:10:12 +02:00
committed by GitHub
parent b1d2112bfc
commit 58a19cdaa2
5 changed files with 103 additions and 11 deletions

View File

@ -323,6 +323,22 @@
},
"port": {
"label": "Port"
},
"https": {
"label": "HTTPS & Certificates",
"submenu": {
"enable-https": {
"label": "Enable HTTPS"
},
"cert": {
"label": "Certificate file (.crt/.pem)",
"dialogTitle": "Select HTTPS certificate file"
},
"key": {
"label": "Private key file (.key/.pem)",
"dialogTitle": "Select HTTPS private key file"
}
}
}
},
"name": "API Server [Beta]",