Hi, I don’t quite remember how I ended up with this, but when I type certbot certificates
I get something like this:
Found the following certs:
Certificate Name: example.com-0001
Domains: example.com blog.example.com docs.example.com
Expiry Date: 2018-09-09 21:42:33+00:00 (VALID: 86 days)
Certificate Path: /etc/letsencrypt/live/example.com-0001/fullchain.pem
Private Key Path: /etc/letsencrypt/live/example.com-0001/privkey.pem
Certificate Name: example.com
Domains: example.com banana.example.com docs.example.com
Expiry Date: 2018-06-27 10:33:49+00:00 (VALID: 11 days)
Certificate Path: /etc/letsencrypt/live/example.com/fullchain.pem
Private Key Path: /etc/letsencrypt/live/example.com/privkey.pem
These two certificates differ only in one domain. The bottom certificate expires soon, and since I don’t use/host banana.example.com
anymore, I don’t need to renew this cert. Is is safe to delete it, and use in apache configs only the first certificate instead of the second one?