salquier

Results 3 comments of salquier

No problem @luketainton Yeah, this is a known problem. As workaround you can create empty files but the best is to generate the certificates before running nginx. I've done this...

Try to add execution permission to the file : `chmod +x entrypoint.sh` and the rebuild the image Or change the entrypoint (last line in Dokerfile) to `ENTRYPOINT [ "/bin/sh", "/ontrack/entrypoint.sh"...

> Or use the OCSP stapling, like the caddy does, so there won't be any need to "force" renewals Can you elaborate/source your comment ?