diff options
author | Kim Alvefur <zash@zash.se> | 2017-09-02 10:04:32 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2017-09-02 10:04:32 +0200 |
commit | f670667e7e32f9582cdbd8bbcbbd82a34f851b53 (patch) | |
tree | 7dcd7d348b56dd90244be781eeb84e5ef8b9f1a7 | |
parent | fb7792a6d38c9bd82fa84f03972862e45b9a160a (diff) | |
download | prosody-f670667e7e32f9582cdbd8bbcbbd82a34f851b53.tar.gz prosody-f670667e7e32f9582cdbd8bbcbbd82a34f851b53.zip |
man prosodyctl: Add text about the `cert import` command
-rw-r--r-- | man/prosodyctl.man | 8 | ||||
-rw-r--r-- | man/prosodyctl.markdown | 6 |
2 files changed, 12 insertions, 2 deletions
diff --git a/man/prosodyctl.man b/man/prosodyctl.man index f7bf44d1..3ea42cdd 100644 --- a/man/prosodyctl.man +++ b/man/prosodyctl.man @@ -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 @@ Invoked automatically by \[aq]request\[aq] and \[aq]generate\[aq] if 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 --git a/man/prosodyctl.markdown b/man/prosodyctl.markdown index 4dde284f..6e72096d 100644 --- a/man/prosodyctl.markdown +++ b/man/prosodyctl.markdown @@ -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 @@ config hosts : 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 --------- |