mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
13 lines
317 B
Markdown
13 lines
317 B
Markdown
![]() |
# 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`
|