Software /
code /
prosody
Diff
man/prosodyctl.markdown @ 8365:8e079677d724
man prosodyctl: Highlight subcommands
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Mon, 23 Oct 2017 12:46:11 +0200 |
parent | 8205:0a3060592db8 |
child | 12242:202319a990e7 |
line wrap: on
line diff
--- a/man/prosodyctl.markdown Fri Oct 27 13:27:35 2017 +0200 +++ b/man/prosodyctl.markdown Mon Oct 23 12:46:11 2017 +0200 @@ -88,23 +88,23 @@ `prosodyctl cert subcommand`. Commands take a list of hosts to be included in the certificate. -request hosts +`request hosts` : Create a certificate request (CSR) file for submission to a certificate authority. Multiple hosts can be given, sub-domains are automatically included. -generate hosts +`generate hosts` : Generate a self-signed certificate. -key host \[size\] +`key host [size]` : Generate a private key of 'size' bits (defaults to 2048). Invoked automatically by 'request' and 'generate' if needed. -config hosts +`config hosts` : Produce a config file for the list of hosts. Invoked automatically by 'request' and 'generate' if needed. -import hosts paths +`import hosts paths` : Copy certificates for hosts into the certificate path and reload prosody. @@ -114,11 +114,11 @@ prosodyctl can also show some information about the environment, dependencies and such to aid in debugging. -about +`about` : Shows environment, various paths used by Prosody and installed dependencies. -check \[what\] +`check [what]` : Performs various sanity checks on the configuration, DNS setup and configured TLS certificates. `what` can be one of `config`, `dns` and `certs` to run only that check.