jlesage / docker-nginx-proxy-manager

Docker container for Nginx Proxy Manager
MIT License
770 stars 173 forks source link

NGX Proxy Manager does not start #168

Closed horphi0815 closed 3 years ago

horphi0815 commented 3 years ago

Does sombody knows, how to handle this issue?

nginx: [emerg] cannot load certificate "/etc/letsencrypt/live/npm-8/fullchain.pem": BIO_new_file() failed (SSL: error:02001002:system library:fopen:No such file or directory:fopen('/etc/letsencrypt/live/npm-8/fullchain.pem','r') error:2006D080:BIO routines:BIO_new_file:no such file)

Best regards,

Phil

ricardopaiva commented 3 years ago

Hi,

I'm having this issue as well. Still couldn't figure out how to fix it :|

jlesage commented 3 years ago

You could try to run the following command to fix the missing certificate:

docker exec <container name> certbot renew --force-renewal
ricardopaiva commented 3 years ago

Thanks. In the meanwhile I’ve fixed by deleting all data and recreating the containers. Fortunately it was a recent installation so I didn’t have a lot of configurations. If i get the error again I’ll give it a try.

jlesage commented 3 years ago

Ok, thanks for the update.