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
This commit is contained in:
Daniel Moy 2025-04-16 15:57:39 -07:00 committed by GitHub
parent ee4767b1ce
commit e7f6e069f6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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
...
```