Hello. First time I have used certbot-auto to generate and install certificates on my Debian VPS. Recently I generated new certificates for my domain, using getssl on my computer and uploaded the certs to my VPS (in a different directory). Linked them in apache2 vhost files and everything worked ok. Now however I’m having a problem with curl. When I curl my own domain from the VPS it is hosted on, I get:
curl: (60) SSL certificate problem: unable to get local issuer certificate
It used to work. I’m pretty sure it has to do something with the fact that I changed certificates for my domain.
Edit: The same problem happens when I try to curl it from my local machine. It seems like I must have missed something when I installed the new certificate. What could be the problem? Browsers show a valid certificate though.