diff options
author | Kim Alvefur <zash@zash.se> | 2017-10-29 02:05:19 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2017-10-29 02:05:19 +0200 |
commit | 5618526b318176613e65df2bff62db6fa7bb9520 (patch) | |
tree | 0d8a66dad4d8c64d5cfab32c11132b2c0e1ca301 /man/prosodyctl.markdown | |
parent | 2455838c48d42e5d60239dcc863bd60df8ba16c3 (diff) | |
parent | 97b8c701176a111587239b7927a485c81c9ce0b0 (diff) | |
download | prosody-5618526b318176613e65df2bff62db6fa7bb9520.tar.gz prosody-5618526b318176613e65df2bff62db6fa7bb9520.zip |
Merge 0.10->trunk
Diffstat (limited to 'man/prosodyctl.markdown')
-rw-r--r-- | man/prosodyctl.markdown | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/man/prosodyctl.markdown b/man/prosodyctl.markdown index 9cc15985..121547fd 100644 --- a/man/prosodyctl.markdown +++ b/man/prosodyctl.markdown @@ -88,23 +88,23 @@ private keys for use with Prosody. Commands are of the form `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 @@ Debugging 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. |