remotectl (8) Linux Manual Page
remotectl – Remote Access Configuration
Synopsis
-
remotectl{COMMAND} [OPTIONS…]
Description
remotectl program will configure remote access to the system. Currently it manages cockpit’s SSL certificate.
Commands
certificate
- Manage Cockpit’s SSL certificate. If used without options will check if cockpit has a valid certificate without making any changes.
–ensureEnsure that a certificate exists and can be loaded. Certificate will be created if it does not already exist.–user usernameThe unix user that should own the certificate. Only takes effect if used with–ensure.–group groupnameThe unix group that should read the certificate. Only takes effect if used with–ensure.If any additional arguments are given, they are treated as files that should be combined to create a certificate file. If the combined files validate, they will be saved in the appropriate location using the name of the first file given with the extension changed to .cert. For example:
remotectl certificate server.pem chain.pem key.pemwill result in server.cert. If server.cert already exists it will be overwritten.
Options
–help
- Show help options.
–verbose
- Print verbose messages about the task
Bugs
Please send bug reports to either the distribution bug tracker or the m[blue]upstream bug trackerm[][1].
Author
Cockpit has been written by many m[blue]contributorsm[][2].
See Also
cockpit-ws(8)
Notes
- 1.
- upstream bug tracker
- 2.
- contributors
