Software /
code /
prosody
Changeset
8204:7343ffbc65ea
man prosodyctl: Add text about the `cert import` command
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sat, 02 Sep 2017 10:04:32 +0200 |
parents | 8202:85a60e863509 |
children | 8205:0a3060592db8 |
files | man/prosodyctl.man man/prosodyctl.markdown |
diffstat | 2 files changed, 12 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/man/prosodyctl.man Tue Aug 29 15:23:39 2017 +0200 +++ b/man/prosodyctl.man Sat Sep 02 10:04:32 2017 +0200 @@ -1,6 +1,6 @@ .\" Automatically generated by Pandoc 1.19.2.1 .\" -.TH "PROSODYCTL" "1" "2015\-12\-23" "" "" +.TH "PROSODYCTL" "1" "2017\-09\-02" "" "" .hy .SH NAME .PP @@ -118,6 +118,12 @@ needed. .RS .RE +.TP +.B import hosts paths +Copy certificates for hosts into the certificate path and reload +prosody. +.RS +.RE .SS Debugging .PP prosodyctl can also show some information about the environment,
--- a/man/prosodyctl.markdown Tue Aug 29 15:23:39 2017 +0200 +++ b/man/prosodyctl.markdown Sat Sep 02 10:04:32 2017 +0200 @@ -2,7 +2,7 @@ author: - 'Dwayne Bent <dbb.1@liqd.org>' - Kim Alvefur -date: '2015-12-23' +date: '2017-09-02' section: 1 title: PROSODYCTL --- @@ -104,6 +104,10 @@ : Produce a config file for the list of hosts. Invoked automatically by 'request' and 'generate' if needed. +import hosts paths +: Copy certificates for hosts into the certificate path and reload + prosody. + Debugging ---------