Web UI encryption
The Kudu web UI can be configured to use secure HTTPS encryption by providing each
server with TLS certificates. Use the --webserver_certificate_file and --webserver_private_key_file properties to specify the certificate and private
key to be used for communication.
Alternatively, you can choose to completely disable the web UI by setting
--webserver_enabled flag to false on the Kudu servers.
