good afternoon. I deleted the directory with the certificates.And now when i create a certificate gives an error “An unexpected error occurred:
There were too many requests of a given type :: Error creating new order :: too many certificates already issued for each set of domains: 140300.com: see https://letsencrypt.org/docs/rate-limits/”
. What to do? Thanks
FileNotFoundError: [Errno 2] No such file or directory: ‘/etc/letsencrypt/live/140300.com/cert1.pem’
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File “/usr/bin/certbot”, line 11, in
load_entry_point(‘certbot==0.31.0’, ‘console_scripts’, ‘certbot’)()
File “/usr/lib/python3/dist-packages/certbot/main.py”, line 1365, in main
return config.func(config, plugins)
File “/usr/lib/python3/dist-packages/certbot/main.py”, line 988, in update_symlinks
cert_manager.update_live_symlinks(config)
File “/usr/lib/python3/dist-packages/certbot/cert_manager.py”, line 40, in update_live_symlinks
storage.RenewableCert(renewal_file, config, update_symlinks=True)
File “/usr/lib/python3/dist-packages/certbot/storage.py”, line 462, in init
self._update_symlinks()
File “/usr/lib/python3/dist-packages/certbot/storage.py”, line 532, in _update_symlinks
previous_link = get_link_target(link)
File “/usr/lib/python3/dist-packages/certbot/storage.py”, line 215, in get_link_target
“Expected {0} to be a symlink”.format(link))
certbot.errors.CertStorageError: Expected /etc/letsencrypt/live/140300.com/cert1.pem to be a symlink
2019-08-12 01:00:09,852:DEBUG:certbot.main:certbot version: 0.31.0
2019-08-12 01:00:09,854:DEBUG:certbot.main:Arguments:
2019-08-12 01:00:09,855:DEBUG:certbot.main:Discovered plugins: PluginsRegistry(PluginEntryPoint#manual,PluginEntryPoint#nginx,PluginEntryPoint#null,PluginEntryPoint#standalone,PluginEntryPoint#webroot)
2019-08-12 01:00:09,870:DEBUG:certbot.log:Root logging level set at 20
2019-08-12 01:00:09,871:INFO:certbot.log:Saving debug log to /var/log/letsencrypt/letsencrypt.log
2019-08-12 01:00:09,874:WARNING:certbot.cert_manager:Renewal configuration file /etc/letsencrypt/renewal/140300.com.conf produced an unexpected error: expected /etc/letsencrypt/live/140300.com/cert1.pem to be a symlink. Skipping.
2019-08-12 01:00:09,875:DEBUG:certbot.cert_manager:Traceback was:
Traceback (most recent call last):
File “/usr/lib/python3/dist-packages/certbot/cert_manager.py”, line 79, in certificates
renewal_candidate = storage.RenewableCert(renewal_file, config)
File “/usr/lib/python3/dist-packages/certbot/storage.py”, line 463, in init
self._check_symlinks()
File “/usr/lib/python3/dist-packages/certbot/storage.py”, line 522, in _check_symlinks
“expected {0} to be a symlink”.format(link))
certbot.errors.CertStorageError: expected /etc/letsencrypt/live/140300.com/cert1.pem to be a symlink