# HG changeset patch # User Kim Alvefur # Date 1490632211 -7200 # Node ID 1c311d8c14432661b6b8b4fdd7e02307e2a1d562 # Parent 62ed3795be13439f506b87a68e3ec150614a535e# Parent b472bccf8023e38a34f79aab513a7e99e6197c7f Merge 0.10->trunk diff -r 62ed3795be13 -r 1c311d8c1443 man/prosodyctl.man --- a/man/prosodyctl.man Mon Mar 27 04:30:48 2017 +0200 +++ b/man/prosodyctl.man Mon Mar 27 18:30:11 2017 +0200 @@ -1,7 +1,7 @@ -.\" Automatically generated by Pandoc 1.15.2 +.\" Automatically generated by Pandoc 1.19.2.1 .\" +.TH "PROSODYCTL" "1" "2015\-12\-23" "" "" .hy -.TH "PROSODYCTL" "1" "2015\-12\-23" "" "" .SH NAME .PP prosodyctl \- Manage a Prosody XMPP server @@ -86,6 +86,38 @@ Prints the current execution status of the prosody server daemon. .RS .RE +.SS Certificates +.PP +prosodyctl can create self\-signed certificates, certificate requests +and private keys for use with Prosody. +Commands are of the form \f[C]prosodyctl\ cert\ subcommand\f[]. +Commands take a list of hosts to be included in the certificate. +.TP +.B request hosts +Create a certificate request (CSR) file for submission to a certificate +authority. +Multiple hosts can be given, sub\-domains are automatically included. +.RS +.RE +.TP +.B generate hosts +Generate a self\-signed certificate. +.RS +.RE +.TP +.B key host [size] +Generate a private key of \[aq]size\[aq] bits (defaults to 2048). +Invoked automatically by \[aq]request\[aq] and \[aq]generate\[aq] if +needed. +.RS +.RE +.TP +.B config hosts +Produce a config file for the list of hosts. +Invoked automatically by \[aq]request\[aq] and \[aq]generate\[aq] if +needed. +.RS +.RE .SS Debugging .PP prosodyctl can also show some information about the environment, @@ -121,6 +153,11 @@ .fi .SH OPTIONS .TP +.B \f[C]\-\-config\ filename\f[] +Use the specified config file instead of the default. +.RS +.RE +.TP .B \f[C]\-\-help\f[] Display help text for the specified command. .RS