diff --git a/Home.md b/Home.md index 9049d97..d2a71a4 100644 --- a/Home.md +++ b/Home.md @@ -295,7 +295,7 @@ docker-compose exec db /bin/bash \ ### How do I use custom certificates? -Y need to mount custom certificates into container like this: +You need to mount custom certificates into container like this: ```yml volumes: @@ -307,6 +307,8 @@ volumes: Then, restart the container, which runs `update-ca-certificates` on startup, adding local certificates into system certificate store. +See also: https://community.tt-rss.org/t/60-ssl-certificate-problem-unable-to-get-local-issuer-certificate/4838/4?u=fox + ### How do I make this work on Raspberry Pi? You won't be able to use official Docker Hub images, those are amd64 only. Use dynamic setup (master branch of this repository) instead.