Add some details on cert renewal.

This commit is contained in:
James Grogan 2024-04-08 08:56:33 +01:00
parent 06f53e8304
commit 8ed93ebc12

View file

@ -42,5 +42,17 @@ Sync static files:
podman-compose -f compose.prod.yaml exec web python manage.py collectstatic --no-input --clear podman-compose -f compose.prod.yaml exec web python manage.py collectstatic --no-input --clear
``` ```
Check cert
```sh
podman-compose -f compose.prod.yaml exec acme-companion /app/cert_status
```
Force renew cert:
```sh
podman-compose -f compose.prod.yaml exec acme-companion /app/force_renew
```