Skip to content

[Config Support]: Setting up SSL certificate results in NGINX bootloop complaining about no TLS certificate found #13973

Closed Answered by Unspec7
Unspec7 asked this question in Config Support
Discussion options

You must be logged in to vote

Figured it out. Frigate documentation really needs work on clarity.

For anyone running into this issue, if you're using certbot, you need to mount your own archive to the container literally. Frigate's documentation makes it seem like you need to mount your host archive to /etc/letsencrypt/archive/frigate. No, you need to do /etc/letsencrypt/archive/[frigateFQDN]:/etc/letsencrypt/archive/[frigateFQDN]

Seriously, writing it as "you need to mount it as

/etc/letsencrypt/archive/frigate:/etc/letsencrypt/archive/frigate:ro"

is extremely confusing and not at all how documentation should be written.

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@NickM-27
Comment options

NickM-27 Sep 26, 2024
Collaborator Sponsor

@Unspec7
Comment options

@warlock00
Comment options

Answer selected by NickM-27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment