DEV Community

Discussion on: Self-hosting multiple applications in a single machine

Collapse
 
henry14 profile image
Henry

How come for some reason, docker isn't able to access my keys?
nginx_1 | nginx: [emerg] cannot load certificate "/etc/letsencrypt/live/example.org/fullchain.pem": BIO_new_file() failed (SSL: error:02001002:system library:fopen:No such file or directory:fopen('/etc/letsencrypt/live/example.org/fullchain.pem','r') error:2006D080:BIO routines:BIO_new_file:no such file)

Collapse
 
ganesshkumar profile image
Ganessh Kumar

Check if the mounted volumes has right access permissions.