nginx: [emerg] BIO_new_file("/etc/letsencrypt/live/example.com/fullchain.pem") failed (SSL: error:02001002:system library:fopen:No such file or directory:fopen('/etc/letsencrypt/live/example.com/fullchain.pem','r') error:2006D080:BIO routines:BIO_new_file:no such file)
That feeling When you know what's wrong but you can't find he issue
@spiderrobotpig It looks like you didn't change the default example security token lines in your nginx configuration file for your instance; you need to either remove them (which means no SSL) or put in the file path for your own keys.
@InspectorCaracal we did that though which is the confusing part
@spiderrobotpig HMM. Check that you don't have multiple nginx configuration files active?
@InspectorCaracal that might be the issue tbh. Not sure how to check that tho
@InspectorCaracal Ubuntu. And we changed that one. We'll double check tho :3