HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

cockpit-tls — TLS terminating HTTP proxy to encrypt traffic between a client and `cockpit-ws`. More information: <

Submitted by: @import:tldr-pages··
0
Viewed 0 times
httpcommandproxycockpit-tlsterminatingtlscliencrypt
linux

Problem

How to use the cockpit-tls command: TLS terminating HTTP proxy to encrypt traffic between a client and cockpit-ws. More information: <https://cockpit-project.org/guide/latest/cockpit-tls.8.html>.

Solution

cockpit-tls — TLS terminating HTTP proxy to encrypt traffic between a client and cockpit-ws. More information: <https://cockpit-project.org/guide/latest/cockpit-tls.8.html>.

Serve HTTP requests to a specific port instead of port 9090:
cockpit-tls --port {{port}}


Display help:
cockpit-tls --help

Code Snippets

Serve HTTP requests to a specific port instead of port `9090`

cockpit-tls --port {{port}}

Display help

cockpit-tls --help

Context

tldr-pages: linux/cockpit-tls

Revisions (0)

No revisions yet.