Software /
code /
prosody
Comparison
man/prosodyctl.man @ 8005:b472bccf8023
man prosodyctl: Rebuild from Markdown source
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sat, 25 Mar 2017 17:32:42 +0100 |
parent | 7034:27f4d63f136a |
child | 8171:746d73347937 |
comparison
equal
deleted
inserted
replaced
8003:15973ade9a11 | 8005:b472bccf8023 |
---|---|
1 .\" Automatically generated by Pandoc 1.15.2 | 1 .\" Automatically generated by Pandoc 1.19.2.1 |
2 .\" | 2 .\" |
3 .TH "PROSODYCTL" "1" "2015\-12\-23" "" "" | |
3 .hy | 4 .hy |
4 .TH "PROSODYCTL" "1" "2015\-12\-23" "" "" | |
5 .SH NAME | 5 .SH NAME |
6 .PP | 6 .PP |
7 prosodyctl \- Manage a Prosody XMPP server | 7 prosodyctl \- Manage a Prosody XMPP server |
8 .SH SYNOPSIS | 8 .SH SYNOPSIS |
9 .IP | 9 .IP |
84 .TP | 84 .TP |
85 .B status | 85 .B status |
86 Prints the current execution status of the prosody server daemon. | 86 Prints the current execution status of the prosody server daemon. |
87 .RS | 87 .RS |
88 .RE | 88 .RE |
89 .SS Certificates | |
90 .PP | |
91 prosodyctl can create self\-signed certificates, certificate requests | |
92 and private keys for use with Prosody. | |
93 Commands are of the form \f[C]prosodyctl\ cert\ subcommand\f[]. | |
94 Commands take a list of hosts to be included in the certificate. | |
95 .TP | |
96 .B request hosts | |
97 Create a certificate request (CSR) file for submission to a certificate | |
98 authority. | |
99 Multiple hosts can be given, sub\-domains are automatically included. | |
100 .RS | |
101 .RE | |
102 .TP | |
103 .B generate hosts | |
104 Generate a self\-signed certificate. | |
105 .RS | |
106 .RE | |
107 .TP | |
108 .B key host [size] | |
109 Generate a private key of \[aq]size\[aq] bits (defaults to 2048). | |
110 Invoked automatically by \[aq]request\[aq] and \[aq]generate\[aq] if | |
111 needed. | |
112 .RS | |
113 .RE | |
114 .TP | |
115 .B config hosts | |
116 Produce a config file for the list of hosts. | |
117 Invoked automatically by \[aq]request\[aq] and \[aq]generate\[aq] if | |
118 needed. | |
119 .RS | |
120 .RE | |
89 .SS Debugging | 121 .SS Debugging |
90 .PP | 122 .PP |
91 prosodyctl can also show some information about the environment, | 123 prosodyctl can also show some information about the environment, |
92 dependencies and such to aid in debugging. | 124 dependencies and such to aid in debugging. |
93 .TP | 125 .TP |
119 unregister\ user\ server | 151 unregister\ user\ server |
120 \f[] | 152 \f[] |
121 .fi | 153 .fi |
122 .SH OPTIONS | 154 .SH OPTIONS |
123 .TP | 155 .TP |
156 .B \f[C]\-\-config\ filename\f[] | |
157 Use the specified config file instead of the default. | |
158 .RS | |
159 .RE | |
160 .TP | |
124 .B \f[C]\-\-help\f[] | 161 .B \f[C]\-\-help\f[] |
125 Display help text for the specified command. | 162 Display help text for the specified command. |
126 .RS | 163 .RS |
127 .RE | 164 .RE |
128 .SH FILES | 165 .SH FILES |