Can't Add SSL on my website

I’m trying to add SSL on my domain

I tried this code:
sudo letsencrypt certonly -a webroot --webroot-path=/var/www/html/wordpress -m admin@admin.com --agree-tos -d emailv.pawnhost.com

but I get this error:

Saving debug log to /var/log/letsencrypt/letsencrypt.log
Plugins selected: Authenticator webroot, Installer None
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: emailv.pawnhost.com: see https://letsencrypt.org/docs/rate-limits/
Please see the logfiles in /var/log/letsencrypt for more details.

please tell me how can I fix it thanks

my domain name emailv.pawnhost.com

1 Like

Please read the URL embedded in the error message.

1 Like

so now how can i fix it?

1 Like

You used certonly which only creates the certificate. You have to install it. What happened is that you hit the limit for the number of valid certificates you can create in one week. Either use one of the certificates you created, or you have to wait one week from the time you created your first certificate.

4 Likes

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