From e7f6e069f6ec85108b3072a7abbca2c6ad877472 Mon Sep 17 00:00:00 2001 From: Daniel Moy <78288231+danmoy@users.noreply.github.com> Date: Wed, 16 Apr 2025 15:57:39 -0700 Subject: [PATCH] Update tls.md instructions for letsencrypt archive dir (#17747) Current instructions are a little ambiguous about which links need to point to the underlying fqdn dir created by letsencrypt --- docs/docs/configuration/tls.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/configuration/tls.md b/docs/docs/configuration/tls.md index 7b254c100..5c3867ea6 100644 --- a/docs/docs/configuration/tls.md +++ b/docs/docs/configuration/tls.md @@ -36,8 +36,8 @@ Note that certbot uses symlinks, and those can't be followed by the container un frigate: ... volumes: - - /etc/letsencrypt/live/frigate:/etc/letsencrypt/live/frigate:ro - - /etc/letsencrypt/archive/frigate:/etc/letsencrypt/archive/frigate:ro + - /etc/letsencrypt/live/your.fqdn.net:/etc/letsencrypt/live/frigate:ro + - /etc/letsencrypt/archive/your.fqdn.net:/etc/letsencrypt/archive/your.fqdn.net:ro ... ```