Add some details on cert renewal.
This commit is contained in:
parent
06f53e8304
commit
8ed93ebc12
1 changed files with 12 additions and 0 deletions
12
README.md
12
README.md
|
@ -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
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue