There’s no reason to revoke certificates unless you believe that the private key was compromised. It does not affect the rate limits.
Edit: the existence of the old certificates also doesn’t prevent the issuance of new certificates with the same domain names, except for the rate limits.
Yes, I will not revoke the cert. I can get a new one?
I tried to get a new one and I got this error message in Putty:
Error while running apache2ctl configtest.
Action ‘configtest’ failed.
The Apache error log may have more information.
AH00526: Syntax error on line 32 of /etc/apache2/sites-enabled/ajob.com-le-ssl.conf:
SSLCertificateFile: file ‘/etc/letsencrypt/live/www.ajob.com/fullchain.pem’ does not exist or is empty
This is Line 32 on:
SSLCertificateFile /etc/letsencrypt/live/www.ajob.com/fullchain.pem
SSLCertificateKeyFile /etc/letsencrypt/live/www.ajob.com/privkey.pem
Include /etc/letsencrypt/options-ssl-apache.conf
Another issue arose after I deleted the files:
Error while running apache2ctl configtest.
Action ‘configtest’ failed.
The Apache error log may have more information.
apache2: Syntax error on line 219 of /etc/apache2/apache2.conf: Could not open configuration file /etc/apache2/sites-enabled/ajob.com-le-ssl.conf: No such file or directory
Hum that’s odd on Line 219 of this file I get:
Include the virtual host configurations:
IncludeOptional sites-enabled/*.conf
Looks at folder
Ah okay I see two more of those files - I deleted them and now it works.