aboutsummaryrefslogtreecommitdiffstats
path: root/roles/prosody_letsencrypt_proxy/README.md
diff options
context:
space:
mode:
authorStonewall Jackson <stonewall@sacredheartsc.com>2023-02-28 08:57:16 -0500
committerStonewall Jackson <stonewall@sacredheartsc.com>2023-02-28 08:57:16 -0500
commit30adc6f6796d49686f01218f4c55a341ed4de451 (patch)
tree46eaf7719659ccd1aaf31de52abb6a96eb32f479 /roles/prosody_letsencrypt_proxy/README.md
parent644fc712644823aafed074b9669f18be342d705e (diff)
downloadselfhosted-30adc6f6796d49686f01218f4c55a341ed4de451.tar.gz
selfhosted-30adc6f6796d49686f01218f4c55a341ed4de451.zip
update readme
Diffstat (limited to 'roles/prosody_letsencrypt_proxy/README.md')
-rw-r--r--roles/prosody_letsencrypt_proxy/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/prosody_letsencrypt_proxy/README.md b/roles/prosody_letsencrypt_proxy/README.md
index b7cc234..4cafdcb 100644
--- a/roles/prosody_letsencrypt_proxy/README.md
+++ b/roles/prosody_letsencrypt_proxy/README.md
@@ -13,11 +13,11 @@ are on the same host.
This role has two modes: `master` and `slave`.
-The `master` role should be run on your domain's webserver. Certificates for
+The `master` mode should be run on your domain's webserver. Certificates are
retrieved from LetsEncrypt via Certbot, and placed in a special `sftp`-accessible
location.
-The `slave` role should be run on your XMPP host. It periodically scrapes the
+The `slave` mode should be run on your XMPP host. It periodically scrapes the
new certificates from the `master`, and reloads Prosody if necessary.