You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! When spinning up the fpm certbot docker file, I'm getting the following error:
lime-web_1 | /entrypoint.sh: 22: /usr/bin/certbot: not found
lime-web_1 | 2023/02/01 07:13:14 [emerg] 17#17: cannot load certificate "/etc/letsencrypt/live/survey.example.de/fullchain.pem": BIO_new_file() failed (SSL: error:02001002:system library:fopen:No such file or directory:fopen('/etc/letsencrypt/live/survey.example.de/fullchain.pem','r') error:2006D080:BIO routines:BIO_new_file:no such file)
lime-web_1 | nginx: [emerg] cannot load certificate "/etc/letsencrypt/live/survey.example.de/fullchain.pem": BIO_new_file() failed (SSL: error:02001002:system library:fopen:No such file or directory:fopen('/etc/letsencrypt/live/survey.example.de/fullchain.pem','r') error:2006D080:BIO routines:BIO_new_file:no such file)
Does that mean that certbot is not installed in the limesurvey container? When logging into the container I was not able to execute certbot.
On the host, the directory docker-limesurvey/certbot/conf/live/survey.example.de is empty.
This is on Ubuntu 22.04.1.
Thanks for your help.
The text was updated successfully, but these errors were encountered:
I was able to get it to run by manually generating the certs, but basically yes. The Dockerfile for the lime-web container inside your nginx-certbot folder is not properly installing certbot. To fix the pipeline I would add the steps to generate the certs to the entrypoint for the certbot container in the docker-compose.yml you're using or try and fix that Dockerfile.
Hi! When spinning up the fpm certbot docker file, I'm getting the following error:
Does that mean that certbot is not installed in the limesurvey container? When logging into the container I was not able to execute certbot.
On the host, the directory docker-limesurvey/certbot/conf/live/survey.example.de is empty.
This is on Ubuntu 22.04.1.
Thanks for your help.
The text was updated successfully, but these errors were encountered: