# HG changeset patch # User Kim Alvefur # Date 1504339472 -7200 # Node ID 7343ffbc65ea1f94ccc107adac05a58efc023d6b # Parent 85a60e8635091cb2f9bf78eaea105eba9073f92f man prosodyctl: Add text about the `cert import` command diff -r 85a60e863509 -r 7343ffbc65ea man/prosodyctl.man --- 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, diff -r 85a60e863509 -r 7343ffbc65ea man/prosodyctl.markdown --- 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 ' - 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 ---------