Software /
code /
prosody
Comparison
man/prosodyctl.markdown @ 8208:b69b40a828fd
Merge 0.10->trunk
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Mon, 04 Sep 2017 10:08:04 +0200 |
parent | 8205:0a3060592db8 |
child | 8365:8e079677d724 |
comparison
equal
deleted
inserted
replaced
8203:a7863f4aae65 | 8208:b69b40a828fd |
---|---|
1 --- | 1 --- |
2 author: | 2 author: |
3 - 'Dwayne Bent <dbb.1@liqd.org>' | 3 - 'Dwayne Bent <dbb.1@liqd.org>' |
4 - Kim Alvefur | 4 - Kim Alvefur |
5 date: '2015-12-23' | 5 date: '2017-09-02' |
6 section: 1 | 6 section: 1 |
7 title: PROSODYCTL | 7 title: PROSODYCTL |
8 --- | 8 --- |
9 | 9 |
10 NAME | 10 NAME |
102 | 102 |
103 config hosts | 103 config hosts |
104 : Produce a config file for the list of hosts. Invoked automatically | 104 : Produce a config file for the list of hosts. Invoked automatically |
105 by 'request' and 'generate' if needed. | 105 by 'request' and 'generate' if needed. |
106 | 106 |
107 import hosts paths | |
108 : Copy certificates for hosts into the certificate path and reload | |
109 prosody. | |
110 | |
107 Debugging | 111 Debugging |
108 --------- | 112 --------- |
109 | 113 |
110 prosodyctl can also show some information about the environment, | 114 prosodyctl can also show some information about the environment, |
111 dependencies and such to aid in debugging. | 115 dependencies and such to aid in debugging. |
112 | 116 |
113 about | 117 about |
114 : Shows environment, various paths used by Prosody and | 118 : Shows environment, various paths used by Prosody and installed |
115 installed dependencies. | 119 dependencies. |
116 | 120 |
117 check \[what\] | 121 check \[what\] |
118 : Performs various sanity checks on the configuration, DNS setup and | 122 : Performs various sanity checks on the configuration, DNS setup and |
119 configured TLS certificates. `what` can be one of `config`, `dns` | 123 configured TLS certificates. `what` can be one of `config`, `dns` |
120 and `certs` to run only that check. | 124 and `certs` to run only that check. |