Delete /etc/letsencrypt/

hola,

He realizado un borrado de la carpeta /etc/letsencrypt/, como recuperar certificados?

My domain is: reuniones.udea.edu.co

I ran this command:
certbot --authenticator standalone --installer nginx -d reuniones.udea.edu.co --pre-hook “systemctl stop nginx” --post-hook “systemctl start nginx”

It produced this output:
There were too many requests of a given type :: Error creating new cert :: too many certificates already issued for exact set of domains: reuniones.udea.edu.co: see https://letsencrypt.org/docs/rate-limits/

My server is (include version): Ubuntu 16.04

Hi @ceapalaciosal

you have created 5 certificates (Google shows pre- and leaf certificates):

https://transparencyreport.google.com/https/certificates?cert_search_auth=&cert_search_cert=p:cmV1bmlvbmVzLnVkZWEuZWR1LmNvOmZhbHNlOmZhbHNlOjpFQUU9&cert_search=include_expired:false;include_subdomains:false;domain:reuniones.udea.edu.co&lu=cert_search_cert

So you've hit the limit. Removing / deleting certificates doesn't change that.

Why isn't it possible to use one of these certificates?

hi thanks information

how delete certificates ?

Using Google Translate:

I have deleted the folder / etc / letsencrypt /, how to recover certificates?

If you have deleted your certificates, you can't recover them. So you have to wait. Try it again 2018-11-06, seven days later.

You can add a second domain name. But you need a webserver or vHost with the second name.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.