From 01160a2a9ffce334d70454bfb24e7966142096e3 Mon Sep 17 00:00:00 2001 From: thermionic Date: Mon, 1 May 2023 06:24:54 +0100 Subject: [PATCH] update timer instructions (#1007) as per https://github.com/pikvm/pikvm/issues/833 filesystem needs to be rw to enable the timer --- docs/letsencrypt.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/letsencrypt.md b/docs/letsencrypt.md index b61dae40..aecf0fd0 100644 --- a/docs/letsencrypt.md +++ b/docs/letsencrypt.md @@ -47,7 +47,9 @@ file system, special tools around Certbot are required to work with certificates 5. Enable automatic certificate renewal: ``` + # rw # systemctl enable --now kvmd-certbot.timer + # ro ``` ## Cloudflare DNS