My domain is: thearononeill.club
Upon running my application as a container in docker it produces the following error:
nginx: [emerg] BIO_new_file("/etc/letsencrypt/live/thearononeill.club/fullchain.pem") failed (SSL: error:02001002:system library:fopen:No such file or directory:fopen(’/etc/letsencrypt/live/thearononeill.club/fullchain.pem’,‘r’) error:2006D080:BIO routines:BIO_new_file:no such file)
When I SSH into the server running my website and ran ‘sudo certbot certificates’ I got the following output:
Certificate Name: thearononeill.club
Domains: thearononeill.club
Expiry Date: 2020-03-09 12:12:56+00:00 (VALID: 50 days)
Certificate Path: /etc/letsencrypt/live/thearononeill.club/fullchain.pem
Private Key Path: /etc/letsencrypt/live/thearononeill.club/privkey.pem
Any ideas how to go about fixing this error?
Any help would be greatly appreciated as I’m sick of trying to fix this.