LinuxCommandLibrary

cockpit-tls

TLDR

Serve HTTP requests on a specific port

$ cockpit-tls --port [port]
copy
Display help
$ cockpit-tls --help
copy

SYNOPSIS

cockpit-tls [options]

DESCRIPTION

cockpit-tls is a TLS-terminating HTTP proxy that encrypts traffic between clients and cockpit-ws. It handles HTTPS connections and forwards decrypted requests to the Cockpit web service.
By default, it listens on port 9090.

PARAMETERS

--port port

Listen on specified port instead of 9090
--help
Display help information

CAVEATS

Part of the Cockpit suite. Requires valid TLS certificates. Typically managed by systemd rather than run directly.

SEE ALSO

Copied to clipboard