There were to many requests to a given

I tried expand the amount of Cert Registrations by using a third subdomain as new entry.
Here is a list of my completed registrations.

I'm very new to Docker an unfortunately I did not kept the "Certbot Docker Container" where registrations were located.

My domain is:
conturas.io

I ran this command:
docker-compose up -d

It produced this output:
certbot | Saving debug log to /var/log/letsencrypt/letsencrypt.log
certbot | Plugins selected: Authenticator webroot, Installer None
certbot |
certbot | - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
certbot | You have an existing certificate that contains a portion of the domains you
certbot | requested (ref: /etc/letsencrypt/renewal/conturas.io.conf)
certbot |
certbot | It contains these names: conturas.io, www.conturas.io
certbot |
certbot | You requested these names for the new certificate: conturas.io, www.conturas.io,
certbot | dev.conturas.io.
certbot |
certbot | Do you want to expand and replace this existing certificate with the new
certbot | certificate?
certbot | - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
certbot | An unexpected error occurred:
certbot | EOFError
certbot | Please see the logfiles in /var/log/letsencrypt for more details.

My web server is (include version):

  • nginx (nginx:1.19.6-alpine)

The operating system my web server runs on is (include version):

  • alpine:3.12
    My hosting provider, if applicable, is:
  • Hetzner Online

I can login to a root shell on my machine (yes or no, or I don't know):

  • Yes

I'm using a control panel to manage my site (no, or provide the name and version of the control panel):

  • No

The version of my client is (e.g. output of certbot --version or certbot-auto --version if you're using Certbot):

  • acme-v02.api

Is it somehow possible to execute this operation and finish the registration. :confused: ?

Thanks a lot :slight_smile:

Kells.

1 Like

This Topic can be closed

For the purpose of documentation:

I changed the executing command in my docker-compose File from

command: certonly --webroot --webroot-path=/var/www/html --email xyz@conturas.io --agree-tos --no-eff-email --staging -d conturas.io -d www.conturas.io -d third.conturas.io

command: certonly --webroot --webroot-path=/var/www/html --email xyz@conturas.io --agree-tos --no-eff-email --expand  --noninteractive -d conturas.io -d www.conturas.io -d third.conturas.io

( Added --expand --noninteractive and removed --staging)

1 Like

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