diff options
author | Kim Alvefur <zash@zash.se> | 2016-11-25 05:08:58 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2016-11-25 05:08:58 +0100 |
commit | c8e10aca00e937b29090bb0a1fabaf51d20747fb (patch) | |
tree | cf2f74702416329aa998003ce8d669838002055c | |
parent | e9f906c318d5023eab000fda2f317775db4aac32 (diff) | |
download | prosody-c8e10aca00e937b29090bb0a1fabaf51d20747fb.tar.gz prosody-c8e10aca00e937b29090bb0a1fabaf51d20747fb.zip |
man/prosodyctl: Add section about certificate commands
-rw-r--r-- | man/prosodyctl.markdown | 26 |
1 files changed, 25 insertions, 1 deletions
diff --git a/man/prosodyctl.markdown b/man/prosodyctl.markdown index 217dfd3d..6ef93d4a 100644 --- a/man/prosodyctl.markdown +++ b/man/prosodyctl.markdown @@ -5,7 +5,7 @@ author: date: '2015-12-23' section: 1 title: PROSODYCTL -... +--- NAME ==== @@ -80,6 +80,30 @@ reload 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 --------- |