Software /
code /
prosody
Diff
man/prosodyctl.markdown @ 7745:6d6a04628954
Merge 0.10->trunk
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sat, 26 Nov 2016 20:11:03 +0100 |
parent | 7742:18aad564cbc5 |
child | 8171:746d73347937 |
line wrap: on
line diff
--- a/man/prosodyctl.markdown Wed Nov 23 17:27:44 2016 +0100 +++ b/man/prosodyctl.markdown Sat Nov 26 20:11:03 2016 +0100 @@ -5,7 +5,7 @@ date: '2015-12-23' section: 1 title: PROSODYCTL -... +--- NAME ==== @@ -80,6 +80,30 @@ status : Prints the current execution status of the prosody server daemon. +Certificates +------------ + +prosodyctl can create self-signed certificates, certificate requests and +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 +: 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 a self-signed certificate. + +key host \[size\] +: Generate a private key of 'size' bits (defaults to 2048). Invoked + automatically by 'request' and 'generate' if needed. + +config hosts +: Produce a config file for the list of hosts. Invoked automatically + by 'request' and 'generate' if needed. + Debugging --------- @@ -110,6 +134,9 @@ OPTIONS ======= +`--config filename` +: Use the specified config file instead of the default. + `--help` : Display help text for the specified command.