It is the same procedure that I do with all the domains that I have running on my server.
However, in this case, I am getting the following error:
“There were too many requests of a given type :: Error creating new order :: too many certificates already issued for: tec.br: see https://letsencrypt.org/docs/rate-limits/”
From what I understand, it is as if Let’s Encrypt was recognizing henrique.tec.br as if it were a subdomain of the tec.br domain and that many certificates have already been created for the tec.br domain.
That’s what I’m getting at. Can someone help me?
The version of the server’s operating system is Debian GNU / Linux 9.13 (stretch).
Let’s Encrypt was installed from this tutorial:
Obs .: With all the others my domains work, only the one that doesn’t want to work.
Let’s Encrypt relies on a list called Public Suffix List and pull domains/zones from there to determine tld (on rate limit).
From the commits on GitHub, i think the operators from .br domains submitted and merged these domains 10 days ago Source. (10 days is relatively new in all means)
I think Let’s Encrypt will take some time to merge the new updates, pinging @jsha for more information.