mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-06 02:37:31 +01:00
Fix wording
This commit is contained in:
parent
23e4a4734b
commit
9e91d5059f
@ -4,9 +4,9 @@
|
|||||||
|
|
||||||
We've been using [acmetool](https://github.com/hlandau/acme) (with the [willwill/acme-docker](https://hub.docker.com/r/willwill/acme-docker/) Docker image) until now.
|
We've been using [acmetool](https://github.com/hlandau/acme) (with the [willwill/acme-docker](https://hub.docker.com/r/willwill/acme-docker/) Docker image) until now.
|
||||||
|
|
||||||
Due to the Docker image being deprecated, and for things looking bleak for acmetool's support of the newer ACME v2 API endpoint, we've switched to using [certbot](https://certbot.eff.org/) (with the [certbot/certbot](https://hub.docker.com/r/certbot/certbot/) Docker image).
|
Due to the Docker image being deprecated, and things looking bleak for acmetool's support of the newer ACME v2 API endpoint, we've switched to using [certbot](https://certbot.eff.org/) (with the [certbot/certbot](https://hub.docker.com/r/certbot/certbot/) Docker image).
|
||||||
|
|
||||||
Simply re-running the playbook will retrieve new certificates for you.
|
Simply re-running the playbook will retrieve new certificates (via certbot) for you.
|
||||||
To ensure you don't leave any old files behind, though, you'd better do this:
|
To ensure you don't leave any old files behind, though, you'd better do this:
|
||||||
|
|
||||||
- `systemctl stop matrix*`
|
- `systemctl stop matrix*`
|
||||||
|
Loading…
Reference in New Issue
Block a user