remotectl (8) - Linux Manuals
remotectl: Remote Access Configuration
NAME
remotectl - Remote Access Configuration
SYNOPSIS
- remotectl {COMMAND} [OPTIONS...]
DESCRIPTION
COMMANDS
certificate
-
Manage Cockpit's SSL certificate. If used without options will check if cockpit has a valid certificate without making any changes.
--ensure Ensure that a certificate exists and can be loaded. Certificate will be created if it does not already exist.
--user username The unix user that should own the certificate. Only takes effect if used with --ensure.
--group groupname The 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.pem
will 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].
NOTES
- 1.
- upstream bug tracker
- 2.
-
contributors
SEE ALSO
cockpit-ws(8)