Hello Everybody,
I made a web server (ubuntu + nginx) for elementary school (no money project) with no ssl. I’d like to use this cert generator for to change this to https site.
I use this command to create cert:
certbot --webroot -w /var/www/bigbluebutton-default/ -d mydomain certonly
I tried several times (I wrote before that the files were successful and they were created) but now I would move to a new server and I get the following error message:
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Plugins selected: Authenticator webroot, Installer None
Starting new HTTPS connection (1): acme-v02.api.letsencrypt.org
Obtaining a new certificate
An unexpected error occurred:
There were too many requests of a given type :: Error creating new order :: too many certificates already issued for exact set of domains: mydomain: see https://letsencrypt.org/docs/rate-limits/
Please see the logfiles in /var/log/letsencrypt for more details.
I’d like to know when I can re-apply for certificates for the same domain on the new server?
Thanks.
Vlagyimir