PEM_read_bio_PrivateKey() failed

Can you check the private key:

openssl rsa -in /etc/letsencrypt/live/sensi.com.au/privkey.pem -check

If that's ok then the most likely thing is the nginx configuration file is literally pointing to fullchain.pem for the actual private key instead of privkey.pem

4 Likes