Use the following parameter
https.port=443
Please note that you cannot set the same port for REST API, web interface etc and websocket port. But, if you set up Nginx as reverse proxy, you can use a different URLs on the same port, for example:
# Websocket
location /wss {
proxy_set_header...