aboutsummaryrefslogtreecommitdiffstats
path: root/roles/prosody_letsencrypt_proxy
diff options
context:
space:
mode:
Diffstat (limited to 'roles/prosody_letsencrypt_proxy')
-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.