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. ?
Thanks a lot
Kells.