Hello,
I have recently had a crash on my raspberry pi where I host my website with apache2 in a docker container.
I have everything put back into place, but the ssl certificate is giving an error and I don’t know why anymore.
I have linked my server.pem and server.key file in apache2, that seems to be working as the error matches the .pem file.
I’m not using a proxy version, but a DNS only for specific reasons. This was also the case before my crash, nothing has changed there. The only thing I changed is the certificate files as those I had lost and had to regenerate.
Could someone perhaps point me in a direction for more debugging or a solution?
Also I wait quite some time in between changes, but even after a few times of sleep and renewing the certificates, nothing has changed up till now.
Also sorry if this would point out to be an apache2 configuration problem, I’ve been going over the config and have also remade the webserver a few times now. It’s pretty safe to say I’m clueless at this point which party I would need to look into to resolve the issue.
My domain: https://kenjibailly.xyz
Thanks in advance
EDIT: I have tried to use another ssl certificate and that one seems to work perfectly fine. The only difference is that the file issued from that other website is a .crt file and not a .pem. I know I got it to work before with cloudflare. So my webserver config is working at least. That I can tell for sure now.