From 8ed93ebc12c35cd884749a22ffbc11b80fd42fe0 Mon Sep 17 00:00:00 2001 From: jmsgrogan Date: Mon, 8 Apr 2024 08:56:33 +0100 Subject: [PATCH] Add some details on cert renewal. --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 8ead6d7..cc8fb86 100644 --- a/README.md +++ b/README.md @@ -42,5 +42,17 @@ Sync static files: 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 +``` +