mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-01 08:42:23 +00:00
18 lines
409 B
Plaintext
18 lines
409 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# 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`
|