Auto renewal error #13

Open
opened 2026-04-01 01:08:56 +02:00 by Benjamin_Loison · 20 comments

https://matrix.to/#/!sNARMdEsFZERaQAJzl:matrix.org/$72vQZJMopzmPxkR4Y0PLvlMO-23JhtoKfJO2CZMshzQ:

vps713872
root
-c certbot --apache --key-type ecdsa --elliptic-curve secp384r1 -d altiscraft.fr,www.altiscraft.fr,lemnoslife.com,www.lemnoslife.com,dofus.lemnoslife.com
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Certificate not yet due for renewal

You have an existing certificate that has exactly the same domains or certificate name you requested and isn't close to expiry.
(ref: /etc/letsencrypt/renewal/www.lemnoslife.com.conf)

What would you like to do?


1: Attempt to reinstall this existing certificate
2: Renew & replace the certificate (may be subject to CA rate limits)


Select the appropriate number [1-2] then [enter] (press 'c' to cancel): An unexpected error occurred:
EOFError
Ask for help or search for solutions at https://community.letsencrypt.org/. See the logfile /var/log/letsencrypt/letsencrypt.log or re-run Certbot with -v for more details.

on my Debian 13 LemnosLife VPS.

certbot --help
Output:

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

  certbot [SUBCOMMAND] [options] [-d DOMAIN] [-d DOMAIN] ...

Certbot can obtain and install HTTPS/TLS/SSL certificates.  By default,
it will attempt to use a webserver both for obtaining and installing the
certificate. The most common SUBCOMMANDS and flags are:

obtain, install, and renew certificates:
    (default) run   Obtain & install a certificate in your current webserver
    certonly        Obtain or renew a certificate, but do not install it
    renew           Renew all previously obtained certificates that are near
expiry
    enhance         Add security enhancements to your existing configuration
   -d DOMAINS       Comma-separated list of domains to obtain a certificate for

  --apache          Use the Apache plugin for authentication & installation
  --standalone      Run a standalone webserver for authentication
  (the certbot nginx plugin is not installed)
  --webroot         Place files in a server's webroot folder for authentication
  --manual          Obtain certificates interactively, or using shell script
hooks

   -n               Run non-interactively
  --test-cert       Obtain a test certificate from a staging server
  --dry-run         Test "renew" or "certonly" without saving any certificates
to disk

manage certificates:
    certificates    Display information about certificates you have from Certbot
    revoke          Revoke a certificate (supply --cert-name or --cert-path)
    delete          Delete a certificate (supply --cert-name)
    reconfigure     Update a certificate's configuration (supply --cert-name)

manage your account:
    register        Create an ACME account
    unregister      Deactivate an ACME account
    update_account  Update an ACME account
    show_account    Display account details
  --agree-tos       Agree to the ACME server's Subscriber Agreement
   -m EMAIL         Email address for important account notifications

More detailed help:

  -h, --help [TOPIC]    print this message, or detailed help on a topic;
                        the available TOPICS are:

   all, automation, commands, paths, security, testing, or any of the
   subcommands or plugins (certonly, renew, install, register, nginx,
   apache, standalone, webroot, etc.)
  -h all                print a detailed help page including all topics
  --version             print the version number
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
https://matrix.to/#/!sNARMdEsFZERaQAJzl:matrix.org/$72vQZJMopzmPxkR4Y0PLvlMO-23JhtoKfJO2CZMshzQ: > vps713872 > root > -c certbot --apache --key-type ecdsa --elliptic-curve secp384r1 -d [altiscraft.fr](https://altiscraft.fr/),[www.altiscraft.fr](https://www.altiscraft.fr/),[lemnoslife.com](https://lemnoslife.com/),[www.lemnoslife.com](https://www.lemnoslife.com/),[dofus.lemnoslife.com](https://dofus.lemnoslife.com/) > Saving debug log to /var/log/letsencrypt/letsencrypt.log > Certificate not yet due for renewal > > You have an existing certificate that has exactly the same domains or certificate name you requested and isn't close to expiry. > (ref: /etc/letsencrypt/renewal/[www.lemnoslife.com](https://www.lemnoslife.com/).conf) > > What would you like to do? > - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - > 1: Attempt to reinstall this existing certificate > 2: Renew & replace the certificate (may be subject to CA rate limits) > - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - > Select the appropriate number [1-2] then [enter] (press 'c' to cancel): An unexpected error occurred: > EOFError > Ask for help or search for solutions at https://community.letsencrypt.org/. See the logfile /var/log/letsencrypt/letsencrypt.log or re-run Certbot with -v for more details. on my Debian 13 LemnosLife VPS. ```bash certbot --help ``` <details> <summary>Output:</summary> ``` - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - certbot [SUBCOMMAND] [options] [-d DOMAIN] [-d DOMAIN] ... Certbot can obtain and install HTTPS/TLS/SSL certificates. By default, it will attempt to use a webserver both for obtaining and installing the certificate. The most common SUBCOMMANDS and flags are: obtain, install, and renew certificates: (default) run Obtain & install a certificate in your current webserver certonly Obtain or renew a certificate, but do not install it renew Renew all previously obtained certificates that are near expiry enhance Add security enhancements to your existing configuration -d DOMAINS Comma-separated list of domains to obtain a certificate for --apache Use the Apache plugin for authentication & installation --standalone Run a standalone webserver for authentication (the certbot nginx plugin is not installed) --webroot Place files in a server's webroot folder for authentication --manual Obtain certificates interactively, or using shell script hooks -n Run non-interactively --test-cert Obtain a test certificate from a staging server --dry-run Test "renew" or "certonly" without saving any certificates to disk manage certificates: certificates Display information about certificates you have from Certbot revoke Revoke a certificate (supply --cert-name or --cert-path) delete Delete a certificate (supply --cert-name) reconfigure Update a certificate's configuration (supply --cert-name) manage your account: register Create an ACME account unregister Deactivate an ACME account update_account Update an ACME account show_account Display account details --agree-tos Agree to the ACME server's Subscriber Agreement -m EMAIL Email address for important account notifications More detailed help: -h, --help [TOPIC] print this message, or detailed help on a topic; the available TOPICS are: all, automation, commands, paths, security, testing, or any of the subcommands or plugins (certonly, renew, install, register, nginx, apache, standalone, webroot, etc.) -h all print a detailed help page including all topics --version print the version number - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ``` </details>
Author
Owner
certbot --apache --key-type ecdsa --elliptic-curve secp384r1 -d altiscraft.fr,www.altiscraft.fr,lemnoslife.com,www.lemnoslife.com,dofus.lemnoslife.com
Output:
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Certificate not yet due for renewal

You have an existing certificate that has exactly the same domains or certificate name you requested and isn't close to expiry.
(ref: /etc/letsencrypt/renewal/www.lemnoslife.com.conf)

What would you like to do?
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
1: Attempt to reinstall this existing certificate
2: Renew & replace the certificate (may be subject to CA rate limits)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Select the appropriate number [1-2] then [enter] (press 'c' to cancel):
```bash certbot --apache --key-type ecdsa --elliptic-curve secp384r1 -d altiscraft.fr,www.altiscraft.fr,lemnoslife.com,www.lemnoslife.com,dofus.lemnoslife.com ``` <details> <summary>Output:</summary> ``` Saving debug log to /var/log/letsencrypt/letsencrypt.log Certificate not yet due for renewal You have an existing certificate that has exactly the same domains or certificate name you requested and isn't close to expiry. (ref: /etc/letsencrypt/renewal/www.lemnoslife.com.conf) What would you like to do? - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1: Attempt to reinstall this existing certificate 2: Renew & replace the certificate (may be subject to CA rate limits) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Select the appropriate number [1-2] then [enter] (press 'c' to cancel): ``` </details>
Author
Owner
certbot -n --apache --key-type ecdsa --elliptic-curve secp384r1 -d altiscraft.fr,www.altiscraft.fr,lemnoslife.com,www.lemnoslife.com,dofus.lemnoslife.com
Output:
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Certificate not yet due for renewal
Deploying certificate
Successfully deployed certificate for altiscraft.fr to /etc/apache2/sites-enabled/ssl.lemnoslife.com.conf
Successfully deployed certificate for www.altiscraft.fr to /etc/apache2/sites-enabled/ssl.lemnoslife.com.conf
Successfully deployed certificate for lemnoslife.com to /etc/apache2/sites-enabled/ssl.lemnoslife.com.conf
Successfully deployed certificate for www.lemnoslife.com to /etc/apache2/sites-enabled/ssl.lemnoslife.com.conf
Successfully deployed certificate for dofus.lemnoslife.com to /etc/apache2/sites-enabled/ssl.dofus.lemnoslife.com-le-ssl.conf
Congratulations! You have successfully enabled HTTPS on https://altiscraft.fr, https://www.altiscraft.fr, https://lemnoslife.com, https://www.lemnoslife.com, and https://dofus.lemnoslife.com

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
If you like Certbot, please consider supporting our work by:
 * Donating to ISRG / Let's Encrypt:   https://letsencrypt.org/donate
 * Donating to EFF:                    https://eff.org/donate-le
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Note:

Certificate not yet due for renewal

```bash certbot -n --apache --key-type ecdsa --elliptic-curve secp384r1 -d altiscraft.fr,www.altiscraft.fr,lemnoslife.com,www.lemnoslife.com,dofus.lemnoslife.com ``` <details> <summary>Output:</summary> ``` Saving debug log to /var/log/letsencrypt/letsencrypt.log Certificate not yet due for renewal Deploying certificate Successfully deployed certificate for altiscraft.fr to /etc/apache2/sites-enabled/ssl.lemnoslife.com.conf Successfully deployed certificate for www.altiscraft.fr to /etc/apache2/sites-enabled/ssl.lemnoslife.com.conf Successfully deployed certificate for lemnoslife.com to /etc/apache2/sites-enabled/ssl.lemnoslife.com.conf Successfully deployed certificate for www.lemnoslife.com to /etc/apache2/sites-enabled/ssl.lemnoslife.com.conf Successfully deployed certificate for dofus.lemnoslife.com to /etc/apache2/sites-enabled/ssl.dofus.lemnoslife.com-le-ssl.conf Congratulations! You have successfully enabled HTTPS on https://altiscraft.fr, https://www.altiscraft.fr, https://lemnoslife.com, https://www.lemnoslife.com, and https://dofus.lemnoslife.com - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - If you like Certbot, please consider supporting our work by: * Donating to ISRG / Let's Encrypt: https://letsencrypt.org/donate * Donating to EFF: https://eff.org/donate-le - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ``` </details> Note: > Certificate not yet due for renewal
Author
Owner
certbot --apache --key-type ecdsa --elliptic-curve secp384r1 -d altiscraft.fr,www.altiscraft.fr,lemnoslife.com,www.lemnoslife.com,dofus.lemnoslife.com
Output:
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Certificate not yet due for renewal

You have an existing certificate that has exactly the same domains or certificate name you requested and isn't close to expiry.
(ref: /etc/letsencrypt/renewal/www.lemnoslife.com.conf)

What would you like to do?
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
1: Attempt to reinstall this existing certificate
2: Renew & replace the certificate (may be subject to CA rate limits)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Select the appropriate number [1-2] then [enter] (press 'c' to cancel): 
```bash certbot --apache --key-type ecdsa --elliptic-curve secp384r1 -d altiscraft.fr,www.altiscraft.fr,lemnoslife.com,www.lemnoslife.com,dofus.lemnoslife.com ``` <details> <summary>Output:</summary> ``` Saving debug log to /var/log/letsencrypt/letsencrypt.log Certificate not yet due for renewal You have an existing certificate that has exactly the same domains or certificate name you requested and isn't close to expiry. (ref: /etc/letsencrypt/renewal/www.lemnoslife.com.conf) What would you like to do? - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1: Attempt to reinstall this existing certificate 2: Renew & replace the certificate (may be subject to CA rate limits) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Select the appropriate number [1-2] then [enter] (press 'c' to cancel): ``` </details>
Author
Owner
certbot -n --apache --key-type ecdsa --elliptic-curve secp384r1 -d altiscraft.fr,www.altiscraft.fr,lemnoslife.com,www.lemnoslife.com,dofus.lemnoslife.com
Output:
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Certificate not yet due for renewal
Deploying certificate
Successfully deployed certificate for altiscraft.fr to /etc/apache2/sites-enabled/ssl.lemnoslife.com.conf
Successfully deployed certificate for www.altiscraft.fr to /etc/apache2/sites-enabled/ssl.lemnoslife.com.conf
Successfully deployed certificate for lemnoslife.com to /etc/apache2/sites-enabled/ssl.lemnoslife.com.conf
Successfully deployed certificate for www.lemnoslife.com to /etc/apache2/sites-enabled/ssl.lemnoslife.com.conf
Successfully deployed certificate for dofus.lemnoslife.com to /etc/apache2/sites-enabled/ssl.dofus.lemnoslife.com-le-ssl.conf
Congratulations! You have successfully enabled HTTPS on https://altiscraft.fr, https://www.altiscraft.fr, https://lemnoslife.com, https://www.lemnoslife.com, and https://dofus.lemnoslife.com

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
If you like Certbot, please consider supporting our work by:
 * Donating to ISRG / Let's Encrypt:   https://letsencrypt.org/donate
 * Donating to EFF:                    https://eff.org/donate-le
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
```bash certbot -n --apache --key-type ecdsa --elliptic-curve secp384r1 -d altiscraft.fr,www.altiscraft.fr,lemnoslife.com,www.lemnoslife.com,dofus.lemnoslife.com ``` <details> <summary>Output:</summary> ``` Saving debug log to /var/log/letsencrypt/letsencrypt.log Certificate not yet due for renewal Deploying certificate Successfully deployed certificate for altiscraft.fr to /etc/apache2/sites-enabled/ssl.lemnoslife.com.conf Successfully deployed certificate for www.altiscraft.fr to /etc/apache2/sites-enabled/ssl.lemnoslife.com.conf Successfully deployed certificate for lemnoslife.com to /etc/apache2/sites-enabled/ssl.lemnoslife.com.conf Successfully deployed certificate for www.lemnoslife.com to /etc/apache2/sites-enabled/ssl.lemnoslife.com.conf Successfully deployed certificate for dofus.lemnoslife.com to /etc/apache2/sites-enabled/ssl.dofus.lemnoslife.com-le-ssl.conf Congratulations! You have successfully enabled HTTPS on https://altiscraft.fr, https://www.altiscraft.fr, https://lemnoslife.com, https://www.lemnoslife.com, and https://dofus.lemnoslife.com - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - If you like Certbot, please consider supporting our work by: * Donating to ISRG / Let's Encrypt: https://letsencrypt.org/donate * Donating to EFF: https://eff.org/donate-le - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ``` </details>
Author
Owner
certbot --help automation
Output:
usage: 
  certbot [SUBCOMMAND] [options] [-d DOMAIN] [-d DOMAIN] ...

Certbot can obtain and install HTTPS/TLS/SSL certificates.  By default,
it will attempt to use a webserver both for obtaining and installing the
certificate. 

options:
  -h, --help            show this help message and exit
  -c, --config CONFIG_FILE
                        path to config file (default: /etc/letsencrypt/cli.ini and ~/.config/letsencrypt/cli.ini)

automation:
  Flags for automating execution & other tweaks

  -n, --non-interactive, --noninteractive
                        Run without ever asking for user input. This may require additional command line flags; the client will try to
                        explain which ones are required if it finds one missing (default: False)
  -m, --email EMAIL     Email used for registration and recovery contact. Use comma to register multiple emails, ex:
                        u1@example.com,u2@example.com. (default: Ask).
  --eff-email           Share your e-mail address with EFF (default: Ask)
  --no-eff-email        Don't share your e-mail address with EFF (default: Ask)
  --keep-until-expiring, --keep, --reinstall
                        If the requested certificate matches an existing certificate, always keep the existing one until it is due for
                        renewal (for the 'run' subcommand this means reinstall the existing certificate). (default: Ask)
  --expand              If an existing certificate is a strict subset of the requested names, always expand and replace it with the
                        additional names. (default: Ask)
  --version             show program's version number and exit
  --force-renewal, --renew-by-default
                        If a certificate already exists for the requested domains, renew it now, regardless of whether it is near expiry.
                        (Often --keep-until-expiring is more appropriate). Also implies --expand. (default: False)
  --renew-with-new-domains
                        If a certificate already exists for the requested certificate name but does not match the requested domains,
                        renew it now, regardless of whether it is near expiry. (default: False)
  --reuse-key           When renewing, use the same private key as the existing certificate. (default: False)
  --no-reuse-key        When renewing, do not use the same private key as the existing certificate. Not reusing private keys is the
                        default behavior of Certbot. This option may be used to unset --reuse-key on an existing certificate. (default:
                        False)
  --new-key             When renewing or replacing a certificate, generate a new private key, even if --reuse-key is set on the existing
                        certificate. Combining --new-key and --reuse-key will result in the private key being replaced and then reused in
                        future renewals. (default: False)
  --allow-subset-of-names
                        When performing domain validation, do not consider it a failure if authorizations can not be obtained for a
                        strict subset of the requested domains. This may be useful for allowing renewals for multiple domains to succeed
                        even if some domains no longer point at this system. This option cannot be used with --csr. (default: False)
  --agree-tos           Agree to the ACME Subscriber Agreement (default: Ask)
  --account ACCOUNT_ID  Account ID to use (default: None)
  --duplicate           Allow making a certificate lineage that duplicates an existing one (both can be renewed in parallel) (default:
                        False)
  -q, --quiet           Silence all output except errors. Useful for automation via cron. Implies --non-interactive. (default: False)
```bash certbot --help automation ``` <details> <summary>Output:</summary> ``` usage: certbot [SUBCOMMAND] [options] [-d DOMAIN] [-d DOMAIN] ... Certbot can obtain and install HTTPS/TLS/SSL certificates. By default, it will attempt to use a webserver both for obtaining and installing the certificate. options: -h, --help show this help message and exit -c, --config CONFIG_FILE path to config file (default: /etc/letsencrypt/cli.ini and ~/.config/letsencrypt/cli.ini) automation: Flags for automating execution & other tweaks -n, --non-interactive, --noninteractive Run without ever asking for user input. This may require additional command line flags; the client will try to explain which ones are required if it finds one missing (default: False) -m, --email EMAIL Email used for registration and recovery contact. Use comma to register multiple emails, ex: u1@example.com,u2@example.com. (default: Ask). --eff-email Share your e-mail address with EFF (default: Ask) --no-eff-email Don't share your e-mail address with EFF (default: Ask) --keep-until-expiring, --keep, --reinstall If the requested certificate matches an existing certificate, always keep the existing one until it is due for renewal (for the 'run' subcommand this means reinstall the existing certificate). (default: Ask) --expand If an existing certificate is a strict subset of the requested names, always expand and replace it with the additional names. (default: Ask) --version show program's version number and exit --force-renewal, --renew-by-default If a certificate already exists for the requested domains, renew it now, regardless of whether it is near expiry. (Often --keep-until-expiring is more appropriate). Also implies --expand. (default: False) --renew-with-new-domains If a certificate already exists for the requested certificate name but does not match the requested domains, renew it now, regardless of whether it is near expiry. (default: False) --reuse-key When renewing, use the same private key as the existing certificate. (default: False) --no-reuse-key When renewing, do not use the same private key as the existing certificate. Not reusing private keys is the default behavior of Certbot. This option may be used to unset --reuse-key on an existing certificate. (default: False) --new-key When renewing or replacing a certificate, generate a new private key, even if --reuse-key is set on the existing certificate. Combining --new-key and --reuse-key will result in the private key being replaced and then reused in future renewals. (default: False) --allow-subset-of-names When performing domain validation, do not consider it a failure if authorizations can not be obtained for a strict subset of the requested domains. This may be useful for allowing renewals for multiple domains to succeed even if some domains no longer point at this system. This option cannot be used with --csr. (default: False) --agree-tos Agree to the ACME Subscriber Agreement (default: Ask) --account ACCOUNT_ID Account ID to use (default: None) --duplicate Allow making a certificate lineage that duplicates an existing one (both can be renewed in parallel) (default: False) -q, --quiet Silence all output except errors. Useful for automation via cron. Implies --non-interactive. (default: False) ``` </details>
Author
Owner
certbot --keep-until-expiring --apache --key-type ecdsa --elliptic-curve secp384r1 -d altiscraft.fr,www.altiscraft.fr,lemnoslife.com,www.lemnoslife.com,dofus.lemnoslife.com
Output:
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Certificate not yet due for renewal
Deploying certificate
Successfully deployed certificate for altiscraft.fr to /etc/apache2/sites-enabled/ssl.lemnoslife.com.conf
Successfully deployed certificate for www.altiscraft.fr to /etc/apache2/sites-enabled/ssl.lemnoslife.com.conf
Successfully deployed certificate for lemnoslife.com to /etc/apache2/sites-enabled/ssl.lemnoslife.com.conf
Successfully deployed certificate for www.lemnoslife.com to /etc/apache2/sites-enabled/ssl.lemnoslife.com.conf
Successfully deployed certificate for dofus.lemnoslife.com to /etc/apache2/sites-enabled/ssl.dofus.lemnoslife.com-le-ssl.conf
Congratulations! You have successfully enabled HTTPS on https://altiscraft.fr, https://www.altiscraft.fr, https://lemnoslife.com, https://www.lemnoslife.com, and https://dofus.lemnoslife.com

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
If you like Certbot, please consider supporting our work by:
 * Donating to ISRG / Let's Encrypt:   https://letsencrypt.org/donate
 * Donating to EFF:                    https://eff.org/donate-le
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Certificate not yet due for renewal

```bash certbot --keep-until-expiring --apache --key-type ecdsa --elliptic-curve secp384r1 -d altiscraft.fr,www.altiscraft.fr,lemnoslife.com,www.lemnoslife.com,dofus.lemnoslife.com ``` <details> <summary>Output:</summary> ``` Saving debug log to /var/log/letsencrypt/letsencrypt.log Certificate not yet due for renewal Deploying certificate Successfully deployed certificate for altiscraft.fr to /etc/apache2/sites-enabled/ssl.lemnoslife.com.conf Successfully deployed certificate for www.altiscraft.fr to /etc/apache2/sites-enabled/ssl.lemnoslife.com.conf Successfully deployed certificate for lemnoslife.com to /etc/apache2/sites-enabled/ssl.lemnoslife.com.conf Successfully deployed certificate for www.lemnoslife.com to /etc/apache2/sites-enabled/ssl.lemnoslife.com.conf Successfully deployed certificate for dofus.lemnoslife.com to /etc/apache2/sites-enabled/ssl.dofus.lemnoslife.com-le-ssl.conf Congratulations! You have successfully enabled HTTPS on https://altiscraft.fr, https://www.altiscraft.fr, https://lemnoslife.com, https://www.lemnoslife.com, and https://dofus.lemnoslife.com - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - If you like Certbot, please consider supporting our work by: * Donating to ISRG / Let's Encrypt: https://letsencrypt.org/donate * Donating to EFF: https://eff.org/donate-le - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ``` </details> > Certificate not yet due for renewal
Author
Owner
certbot --renew-by-default --apache --key-type ecdsa --elliptic-curve secp384r1 -d altiscraft.fr,www.altiscraft.fr,lemnoslife.com,www.lemnoslife.com,dofus.lemnoslife.com
Output:
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Renewing an existing certificate for altiscraft.fr and 4 more domains

Successfully received certificate.
Certificate is saved at: /etc/letsencrypt/live/www.lemnoslife.com/fullchain.pem
Key is saved at:         /etc/letsencrypt/live/www.lemnoslife.com/privkey.pem
This certificate expires on 2026-06-29.
These files will be updated when the certificate renews.
Certbot has set up a scheduled task to automatically renew this certificate in the background.

Deploying certificate
Successfully deployed certificate for altiscraft.fr to /etc/apache2/sites-enabled/ssl.lemnoslife.com.conf
Successfully deployed certificate for www.altiscraft.fr to /etc/apache2/sites-enabled/ssl.lemnoslife.com.conf
Successfully deployed certificate for lemnoslife.com to /etc/apache2/sites-enabled/ssl.lemnoslife.com.conf
Successfully deployed certificate for www.lemnoslife.com to /etc/apache2/sites-enabled/ssl.lemnoslife.com.conf
Successfully deployed certificate for dofus.lemnoslife.com to /etc/apache2/sites-enabled/ssl.dofus.lemnoslife.com-le-ssl.conf
Your existing certificate has been successfully renewed, and the new certificate has been installed.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
If you like Certbot, please consider supporting our work by:
 * Donating to ISRG / Let's Encrypt:   https://letsencrypt.org/donate
 * Donating to EFF:                    https://eff.org/donate-le
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
```bash certbot --renew-by-default --apache --key-type ecdsa --elliptic-curve secp384r1 -d altiscraft.fr,www.altiscraft.fr,lemnoslife.com,www.lemnoslife.com,dofus.lemnoslife.com ``` <details> <summary>Output:</summary> ``` Saving debug log to /var/log/letsencrypt/letsencrypt.log Renewing an existing certificate for altiscraft.fr and 4 more domains Successfully received certificate. Certificate is saved at: /etc/letsencrypt/live/www.lemnoslife.com/fullchain.pem Key is saved at: /etc/letsencrypt/live/www.lemnoslife.com/privkey.pem This certificate expires on 2026-06-29. These files will be updated when the certificate renews. Certbot has set up a scheduled task to automatically renew this certificate in the background. Deploying certificate Successfully deployed certificate for altiscraft.fr to /etc/apache2/sites-enabled/ssl.lemnoslife.com.conf Successfully deployed certificate for www.altiscraft.fr to /etc/apache2/sites-enabled/ssl.lemnoslife.com.conf Successfully deployed certificate for lemnoslife.com to /etc/apache2/sites-enabled/ssl.lemnoslife.com.conf Successfully deployed certificate for www.lemnoslife.com to /etc/apache2/sites-enabled/ssl.lemnoslife.com.conf Successfully deployed certificate for dofus.lemnoslife.com to /etc/apache2/sites-enabled/ssl.dofus.lemnoslife.com-le-ssl.conf Your existing certificate has been successfully renewed, and the new certificate has been installed. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - If you like Certbot, please consider supporting our work by: * Donating to ISRG / Let's Encrypt: https://letsencrypt.org/donate * Donating to EFF: https://eff.org/donate-le - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ``` </details>
Author
Owner

I confirm that only now the https://lemnoslife.com certificate changed.

Related to #3.

I confirm that only now the https://lemnoslife.com certificate changed. Related to #3.
Author
Owner

I added --renew-by-default to:

0 0 1 */3 * certbot --apache --key-type ecdsa --elliptic-curve secp384r1 --renew-by-default -d altiscraft.fr,www.altiscraft.fr,lemnoslife.com,www.lemnoslife.com,dofus.lemnoslife.com
I added `--renew-by-default` to: ``` 0 0 1 */3 * certbot --apache --key-type ecdsa --elliptic-curve secp384r1 --renew-by-default -d altiscraft.fr,www.altiscraft.fr,lemnoslife.com,www.lemnoslife.com,dofus.lemnoslife.com ```
Author
Owner

On Debian 13 OverClock3000:

certbot --nginx-ctl /usr/sbin/nginx --force-renew renew
Output:
Saving debug log to /var/log/letsencrypt/letsencrypt.log

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Processing /etc/letsencrypt/renewal/crawler.yt.lemnoslife.com.conf
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Renewing an existing certificate for v.lemnoslife.com and 7 more domains

Certbot failed to authenticate some domains (authenticator: nginx). The Certificate Authority reported these problems:
  Domain: crawler.yt.lemnoslife.com
  Type:   dns
  Detail: DNS problem: NXDOMAIN looking up A for crawler.yt.lemnoslife.com - check that a DNS record exists for this domain; DNS problem: NXDOMAIN looking up AAAA for crawler.yt.lemnoslife.com - check that a DNS record exists for this domain

  Domain: yt4.lemnoslife.com
  Type:   dns
  Detail: DNS problem: NXDOMAIN looking up A for yt4.lemnoslife.com - check that a DNS record exists for this domain; DNS problem: NXDOMAIN looking up AAAA for yt4.lemnoslife.com - check that a DNS record exists for this domain

  Domain: yt.lemnoslife.com
  Type:   unauthorized
  Detail: 129.151.245.17: Invalid response from https://yt.lemnoslife.com/.well-known/acme-challenge/yQl7yQDl2rRmMpYPdu-yowAtHw0B0leinaZsbGlg780: 404

Hint: The Certificate Authority failed to verify the temporary nginx configuration changes made by Certbot. Ensure the listed domains point to this nginx server and that it is accessible from the internet.

Failed to renew certificate crawler.yt.lemnoslife.com with error: Some challenges have failed.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Processing /etc/letsencrypt/renewal/gitea.lemnoslife.com-0001.conf
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Renewing an existing certificate for v.lemnoslife.com and 6 more domains
Reloading nginx server after certificate renewal

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Processing /etc/letsencrypt/renewal/gitea.lemnoslife.com.conf
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Renewing an existing certificate for crawler.yt.lemnoslife.com and 5 more domains

Certbot failed to authenticate some domains (authenticator: nginx). The Certificate Authority reported these problems:
  Domain: crawler.yt.lemnoslife.com
  Type:   dns
  Detail: DNS problem: NXDOMAIN looking up A for crawler.yt.lemnoslife.com - check that a DNS record exists for this domain; DNS problem: NXDOMAIN looking up AAAA for crawler.yt.lemnoslife.com - check that a DNS record exists for this domain

  Domain: private.yt.lemnoslife.com
  Type:   dns
  Detail: DNS problem: NXDOMAIN looking up A for private.yt.lemnoslife.com - check that a DNS record exists for this domain; DNS problem: NXDOMAIN looking up AAAA for private.yt.lemnoslife.com - check that a DNS record exists for this domain

Hint: The Certificate Authority failed to verify the temporary nginx configuration changes made by Certbot. Ensure the listed domains point to this nginx server and that it is accessible from the internet.

Failed to renew certificate gitea.lemnoslife.com with error: Some challenges have failed.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Processing /etc/letsencrypt/renewal/gitlab.lemnoslife.com.conf
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Renewing an existing certificate for private.yt.lemnoslife.com and 9 more domains

Certbot failed to authenticate some domains (authenticator: nginx). The Certificate Authority reported these problems:
  Domain: crawler.yt.lemnoslife.com
  Type:   dns
  Detail: DNS problem: NXDOMAIN looking up A for crawler.yt.lemnoslife.com - check that a DNS record exists for this domain; DNS problem: NXDOMAIN looking up AAAA for crawler.yt.lemnoslife.com - check that a DNS record exists for this domain

  Domain: private.yt.lemnoslife.com
  Type:   dns
  Detail: DNS problem: NXDOMAIN looking up A for private.yt.lemnoslife.com - check that a DNS record exists for this domain; DNS problem: NXDOMAIN looking up AAAA for private.yt.lemnoslife.com - check that a DNS record exists for this domain

  Domain: yt4.lemnoslife.com
  Type:   dns
  Detail: DNS problem: NXDOMAIN looking up A for yt4.lemnoslife.com - check that a DNS record exists for this domain; DNS problem: NXDOMAIN looking up AAAA for yt4.lemnoslife.com - check that a DNS record exists for this domain

Hint: The Certificate Authority failed to verify the temporary nginx configuration changes made by Certbot. Ensure the listed domains point to this nginx server and that it is accessible from the internet.

Failed to renew certificate gitlab.lemnoslife.com with error: Some challenges have failed.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Processing /etc/letsencrypt/renewal/overleaf.lemnoslife.com.conf
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Renewing an existing certificate for overleaf.lemnoslife.com
Reloading nginx server after certificate renewal

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Processing /etc/letsencrypt/renewal/pim.etesync.lemnoslife.com.conf
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Renewing an existing certificate for pim.etesync.lemnoslife.com
Reloading nginx server after certificate renewal

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Processing /etc/letsencrypt/renewal/private.yt.lemnoslife.com.conf
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Renewing an existing certificate for private.yt.lemnoslife.com and yt4.lemnoslife.com

Certbot failed to authenticate some domains (authenticator: nginx). The Certificate Authority reported these problems:
  Domain: private.yt.lemnoslife.com
  Type:   dns
  Detail: DNS problem: NXDOMAIN looking up A for private.yt.lemnoslife.com - check that a DNS record exists for this domain; DNS problem: NXDOMAIN looking up AAAA for private.yt.lemnoslife.com - check that a DNS record exists for this domain

  Domain: yt4.lemnoslife.com
  Type:   dns
  Detail: DNS problem: NXDOMAIN looking up A for yt4.lemnoslife.com - check that a DNS record exists for this domain; DNS problem: NXDOMAIN looking up AAAA for yt4.lemnoslife.com - check that a DNS record exists for this domain

Hint: The Certificate Authority failed to verify the temporary nginx configuration changes made by Certbot. Ensure the listed domains point to this nginx server and that it is accessible from the internet.

Failed to renew certificate private.yt.lemnoslife.com with error: Some challenges have failed.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Processing /etc/letsencrypt/renewal/server0.lemnoslife.com.conf
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Renewing an existing certificate for server0.lemnoslife.com
Reloading nginx server after certificate renewal

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Processing /etc/letsencrypt/renewal/v.lemnoslife.com.conf
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Renewing an existing certificate for v.lemnoslife.com
Reloading nginx server after certificate renewal

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Processing /etc/letsencrypt/renewal/videos.lemnoslife.com.conf
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Renewing an existing certificate for videos.lemnoslife.com
Reloading nginx server after certificate renewal

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
The following renewals succeeded:
  /etc/letsencrypt/live/gitea.lemnoslife.com-0001/fullchain.pem (success)
  /etc/letsencrypt/live/overleaf.lemnoslife.com/fullchain.pem (success)
  /etc/letsencrypt/live/pim.etesync.lemnoslife.com/fullchain.pem (success)
  /etc/letsencrypt/live/server0.lemnoslife.com/fullchain.pem (success)
  /etc/letsencrypt/live/v.lemnoslife.com/fullchain.pem (success)
  /etc/letsencrypt/live/videos.lemnoslife.com/fullchain.pem (success)

The following renewals failed:
  /etc/letsencrypt/live/crawler.yt.lemnoslife.com/fullchain.pem (failure)
  /etc/letsencrypt/live/gitea.lemnoslife.com/fullchain.pem (failure)
  /etc/letsencrypt/live/gitlab.lemnoslife.com/fullchain.pem (failure)
  /etc/letsencrypt/live/private.yt.lemnoslife.com/fullchain.pem (failure)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
4 renew failure(s), 0 parse failure(s)
Ask for help or search for solutions at https://community.letsencrypt.org. See the logfile /var/log/letsencrypt/letsencrypt.log or re-run Certbot with -v for more details.
On Debian 13 OverClock3000: ``` certbot --nginx-ctl /usr/sbin/nginx --force-renew renew ``` <details> <summary>Output:</summary> ``` Saving debug log to /var/log/letsencrypt/letsencrypt.log - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Processing /etc/letsencrypt/renewal/crawler.yt.lemnoslife.com.conf - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Renewing an existing certificate for v.lemnoslife.com and 7 more domains Certbot failed to authenticate some domains (authenticator: nginx). The Certificate Authority reported these problems: Domain: crawler.yt.lemnoslife.com Type: dns Detail: DNS problem: NXDOMAIN looking up A for crawler.yt.lemnoslife.com - check that a DNS record exists for this domain; DNS problem: NXDOMAIN looking up AAAA for crawler.yt.lemnoslife.com - check that a DNS record exists for this domain Domain: yt4.lemnoslife.com Type: dns Detail: DNS problem: NXDOMAIN looking up A for yt4.lemnoslife.com - check that a DNS record exists for this domain; DNS problem: NXDOMAIN looking up AAAA for yt4.lemnoslife.com - check that a DNS record exists for this domain Domain: yt.lemnoslife.com Type: unauthorized Detail: 129.151.245.17: Invalid response from https://yt.lemnoslife.com/.well-known/acme-challenge/yQl7yQDl2rRmMpYPdu-yowAtHw0B0leinaZsbGlg780: 404 Hint: The Certificate Authority failed to verify the temporary nginx configuration changes made by Certbot. Ensure the listed domains point to this nginx server and that it is accessible from the internet. Failed to renew certificate crawler.yt.lemnoslife.com with error: Some challenges have failed. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Processing /etc/letsencrypt/renewal/gitea.lemnoslife.com-0001.conf - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Renewing an existing certificate for v.lemnoslife.com and 6 more domains Reloading nginx server after certificate renewal - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Processing /etc/letsencrypt/renewal/gitea.lemnoslife.com.conf - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Renewing an existing certificate for crawler.yt.lemnoslife.com and 5 more domains Certbot failed to authenticate some domains (authenticator: nginx). The Certificate Authority reported these problems: Domain: crawler.yt.lemnoslife.com Type: dns Detail: DNS problem: NXDOMAIN looking up A for crawler.yt.lemnoslife.com - check that a DNS record exists for this domain; DNS problem: NXDOMAIN looking up AAAA for crawler.yt.lemnoslife.com - check that a DNS record exists for this domain Domain: private.yt.lemnoslife.com Type: dns Detail: DNS problem: NXDOMAIN looking up A for private.yt.lemnoslife.com - check that a DNS record exists for this domain; DNS problem: NXDOMAIN looking up AAAA for private.yt.lemnoslife.com - check that a DNS record exists for this domain Hint: The Certificate Authority failed to verify the temporary nginx configuration changes made by Certbot. Ensure the listed domains point to this nginx server and that it is accessible from the internet. Failed to renew certificate gitea.lemnoslife.com with error: Some challenges have failed. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Processing /etc/letsencrypt/renewal/gitlab.lemnoslife.com.conf - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Renewing an existing certificate for private.yt.lemnoslife.com and 9 more domains Certbot failed to authenticate some domains (authenticator: nginx). The Certificate Authority reported these problems: Domain: crawler.yt.lemnoslife.com Type: dns Detail: DNS problem: NXDOMAIN looking up A for crawler.yt.lemnoslife.com - check that a DNS record exists for this domain; DNS problem: NXDOMAIN looking up AAAA for crawler.yt.lemnoslife.com - check that a DNS record exists for this domain Domain: private.yt.lemnoslife.com Type: dns Detail: DNS problem: NXDOMAIN looking up A for private.yt.lemnoslife.com - check that a DNS record exists for this domain; DNS problem: NXDOMAIN looking up AAAA for private.yt.lemnoslife.com - check that a DNS record exists for this domain Domain: yt4.lemnoslife.com Type: dns Detail: DNS problem: NXDOMAIN looking up A for yt4.lemnoslife.com - check that a DNS record exists for this domain; DNS problem: NXDOMAIN looking up AAAA for yt4.lemnoslife.com - check that a DNS record exists for this domain Hint: The Certificate Authority failed to verify the temporary nginx configuration changes made by Certbot. Ensure the listed domains point to this nginx server and that it is accessible from the internet. Failed to renew certificate gitlab.lemnoslife.com with error: Some challenges have failed. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Processing /etc/letsencrypt/renewal/overleaf.lemnoslife.com.conf - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Renewing an existing certificate for overleaf.lemnoslife.com Reloading nginx server after certificate renewal - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Processing /etc/letsencrypt/renewal/pim.etesync.lemnoslife.com.conf - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Renewing an existing certificate for pim.etesync.lemnoslife.com Reloading nginx server after certificate renewal - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Processing /etc/letsencrypt/renewal/private.yt.lemnoslife.com.conf - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Renewing an existing certificate for private.yt.lemnoslife.com and yt4.lemnoslife.com Certbot failed to authenticate some domains (authenticator: nginx). The Certificate Authority reported these problems: Domain: private.yt.lemnoslife.com Type: dns Detail: DNS problem: NXDOMAIN looking up A for private.yt.lemnoslife.com - check that a DNS record exists for this domain; DNS problem: NXDOMAIN looking up AAAA for private.yt.lemnoslife.com - check that a DNS record exists for this domain Domain: yt4.lemnoslife.com Type: dns Detail: DNS problem: NXDOMAIN looking up A for yt4.lemnoslife.com - check that a DNS record exists for this domain; DNS problem: NXDOMAIN looking up AAAA for yt4.lemnoslife.com - check that a DNS record exists for this domain Hint: The Certificate Authority failed to verify the temporary nginx configuration changes made by Certbot. Ensure the listed domains point to this nginx server and that it is accessible from the internet. Failed to renew certificate private.yt.lemnoslife.com with error: Some challenges have failed. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Processing /etc/letsencrypt/renewal/server0.lemnoslife.com.conf - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Renewing an existing certificate for server0.lemnoslife.com Reloading nginx server after certificate renewal - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Processing /etc/letsencrypt/renewal/v.lemnoslife.com.conf - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Renewing an existing certificate for v.lemnoslife.com Reloading nginx server after certificate renewal - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Processing /etc/letsencrypt/renewal/videos.lemnoslife.com.conf - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Renewing an existing certificate for videos.lemnoslife.com Reloading nginx server after certificate renewal - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - The following renewals succeeded: /etc/letsencrypt/live/gitea.lemnoslife.com-0001/fullchain.pem (success) /etc/letsencrypt/live/overleaf.lemnoslife.com/fullchain.pem (success) /etc/letsencrypt/live/pim.etesync.lemnoslife.com/fullchain.pem (success) /etc/letsencrypt/live/server0.lemnoslife.com/fullchain.pem (success) /etc/letsencrypt/live/v.lemnoslife.com/fullchain.pem (success) /etc/letsencrypt/live/videos.lemnoslife.com/fullchain.pem (success) The following renewals failed: /etc/letsencrypt/live/crawler.yt.lemnoslife.com/fullchain.pem (failure) /etc/letsencrypt/live/gitea.lemnoslife.com/fullchain.pem (failure) /etc/letsencrypt/live/gitlab.lemnoslife.com/fullchain.pem (failure) /etc/letsencrypt/live/private.yt.lemnoslife.com/fullchain.pem (failure) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 4 renew failure(s), 0 parse failure(s) Ask for help or search for solutions at https://community.letsencrypt.org. See the logfile /var/log/letsencrypt/letsencrypt.log or re-run Certbot with -v for more details. ``` </details>
Author
Owner
ls -lh /etc/letsencrypt/renewal/
Output:
total 40K
-rw-r--r-- 1 root root 625 Jun  1  2023 crawler.yt.lemnoslife.com.conf
-rw-r--r-- 1 root root 653 Apr  1 01:27 gitea.lemnoslife.com-0001.conf
-rw-r--r-- 1 root root 600 Oct  6  2024 gitea.lemnoslife.com.conf
-rw-r--r-- 1 root root 605 Oct  9  2024 gitlab.lemnoslife.com.conf
-rw-r--r-- 1 root root 643 Apr  1 01:27 overleaf.lemnoslife.com.conf
-rw-r--r-- 1 root root 658 Apr  1 01:27 pim.etesync.lemnoslife.com.conf
-rw-r--r-- 1 root root 625 Sep 28  2024 private.yt.lemnoslife.com.conf
-rw-r--r-- 1 root root 638 Apr  1 01:27 server0.lemnoslife.com.conf
-rw-r--r-- 1 root root 633 Apr  1 01:27 videos.lemnoslife.com.conf
-rw-r--r-- 1 root root 608 Apr  1 01:27 v.lemnoslife.com.conf
```bash ls -lh /etc/letsencrypt/renewal/ ``` <details> <summary>Output:</summary> ``` total 40K -rw-r--r-- 1 root root 625 Jun 1 2023 crawler.yt.lemnoslife.com.conf -rw-r--r-- 1 root root 653 Apr 1 01:27 gitea.lemnoslife.com-0001.conf -rw-r--r-- 1 root root 600 Oct 6 2024 gitea.lemnoslife.com.conf -rw-r--r-- 1 root root 605 Oct 9 2024 gitlab.lemnoslife.com.conf -rw-r--r-- 1 root root 643 Apr 1 01:27 overleaf.lemnoslife.com.conf -rw-r--r-- 1 root root 658 Apr 1 01:27 pim.etesync.lemnoslife.com.conf -rw-r--r-- 1 root root 625 Sep 28 2024 private.yt.lemnoslife.com.conf -rw-r--r-- 1 root root 638 Apr 1 01:27 server0.lemnoslife.com.conf -rw-r--r-- 1 root root 633 Apr 1 01:27 videos.lemnoslife.com.conf -rw-r--r-- 1 root root 608 Apr 1 01:27 v.lemnoslife.com.conf ``` </details>
Author
Owner
/etc/letsencrypt/renewal/crawler.yt.lemnoslife.com.conf:
# renew_before_expiry = 30 days
version = 2.5.0
archive_dir = /etc/letsencrypt/archive/crawler.yt.lemnoslife.com
cert = /etc/letsencrypt/live/crawler.yt.lemnoslife.com/cert.pem
privkey = /etc/letsencrypt/live/crawler.yt.lemnoslife.com/privkey.pem
chain = /etc/letsencrypt/live/crawler.yt.lemnoslife.com/chain.pem
fullchain = /etc/letsencrypt/live/crawler.yt.lemnoslife.com/fullchain.pem

# Options used in the renewal process
[renewalparams]
account = XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
key_type = ecdsa
elliptic_curve = secp384r1
authenticator = nginx
installer = nginx
server = https://acme-v02.api.letsencrypt.org/directory
<details> <summary><code>/etc/letsencrypt/renewal/crawler.yt.lemnoslife.com.conf</code>:</summary> ``` # renew_before_expiry = 30 days version = 2.5.0 archive_dir = /etc/letsencrypt/archive/crawler.yt.lemnoslife.com cert = /etc/letsencrypt/live/crawler.yt.lemnoslife.com/cert.pem privkey = /etc/letsencrypt/live/crawler.yt.lemnoslife.com/privkey.pem chain = /etc/letsencrypt/live/crawler.yt.lemnoslife.com/chain.pem fullchain = /etc/letsencrypt/live/crawler.yt.lemnoslife.com/fullchain.pem # Options used in the renewal process [renewalparams] account = XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX key_type = ecdsa elliptic_curve = secp384r1 authenticator = nginx installer = nginx server = https://acme-v02.api.letsencrypt.org/directory ``` </details>
Author
Owner
rm /etc/letsencrypt/renewal/crawler.yt.lemnoslife.com.conf

does not return anything.

```bash rm /etc/letsencrypt/renewal/crawler.yt.lemnoslife.com.conf ``` does not return anything.
Author
Owner
certbot --nginx-ctl /usr/sbin/nginx --force-renew renew
Output:
Saving debug log to /var/log/letsencrypt/letsencrypt.log

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Processing /etc/letsencrypt/renewal/gitea.lemnoslife.com-0001.conf
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Renewing an existing certificate for v.lemnoslife.com and 6 more domains
Reloading nginx server after certificate renewal

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Processing /etc/letsencrypt/renewal/gitea.lemnoslife.com.conf
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Renewing an existing certificate for crawler.yt.lemnoslife.com and 5 more domains

Certbot failed to authenticate some domains (authenticator: nginx). The Certificate Authority reported these problems:
  Domain: crawler.yt.lemnoslife.com
  Type:   dns
  Detail: DNS problem: NXDOMAIN looking up A for crawler.yt.lemnoslife.com - check that a DNS record exists for this domain; DNS problem: NXDOMAIN looking up AAAA for crawler.yt.lemnoslife.com - check that a DNS record exists for this domain

  Domain: private.yt.lemnoslife.com
  Type:   dns
  Detail: DNS problem: NXDOMAIN looking up A for private.yt.lemnoslife.com - check that a DNS record exists for this domain; DNS problem: NXDOMAIN looking up AAAA for private.yt.lemnoslife.com - check that a DNS record exists for this domain

Hint: The Certificate Authority failed to verify the temporary nginx configuration changes made by Certbot. Ensure the listed domains point to this nginx server and that it is accessible from the internet.

Failed to renew certificate gitea.lemnoslife.com with error: Some challenges have failed.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Processing /etc/letsencrypt/renewal/gitlab.lemnoslife.com.conf
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Renewing an existing certificate for private.yt.lemnoslife.com and 9 more domains

Certbot failed to authenticate some domains (authenticator: nginx). The Certificate Authority reported these problems:
  Domain: crawler.yt.lemnoslife.com
  Type:   dns
  Detail: DNS problem: NXDOMAIN looking up A for crawler.yt.lemnoslife.com - check that a DNS record exists for this domain; DNS problem: NXDOMAIN looking up AAAA for crawler.yt.lemnoslife.com - check that a DNS record exists for this domain

  Domain: private.yt.lemnoslife.com
  Type:   dns
  Detail: DNS problem: NXDOMAIN looking up A for private.yt.lemnoslife.com - check that a DNS record exists for this domain; DNS problem: NXDOMAIN looking up AAAA for private.yt.lemnoslife.com - check that a DNS record exists for this domain

  Domain: yt4.lemnoslife.com
  Type:   dns
  Detail: DNS problem: NXDOMAIN looking up A for yt4.lemnoslife.com - check that a DNS record exists for this domain; DNS problem: NXDOMAIN looking up AAAA for yt4.lemnoslife.com - check that a DNS record exists for this domain

Hint: The Certificate Authority failed to verify the temporary nginx configuration changes made by Certbot. Ensure the listed domains point to this nginx server and that it is accessible from the internet.

Failed to renew certificate gitlab.lemnoslife.com with error: Some challenges have failed.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Processing /etc/letsencrypt/renewal/overleaf.lemnoslife.com.conf
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Renewing an existing certificate for overleaf.lemnoslife.com
Reloading nginx server after certificate renewal

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Processing /etc/letsencrypt/renewal/pim.etesync.lemnoslife.com.conf
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Renewing an existing certificate for pim.etesync.lemnoslife.com
Reloading nginx server after certificate renewal

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Processing /etc/letsencrypt/renewal/private.yt.lemnoslife.com.conf
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Renewing an existing certificate for private.yt.lemnoslife.com and yt4.lemnoslife.com
Failed to renew certificate private.yt.lemnoslife.com with error: urn:ietf:params:acme:error:rateLimited :: There were too many requests of a given type :: too many failed authorizations (5) for "private.yt.lemnoslife.com" in the last 1h0m0s, retry after 2026-03-31 23:39:09 UTC: see https://letsencrypt.org/docs/rate-limits/#authorization-failures-per-identifier-per-account

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Processing /etc/letsencrypt/renewal/server0.lemnoslife.com.conf
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Renewing an existing certificate for server0.lemnoslife.com
Reloading nginx server after certificate renewal

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Processing /etc/letsencrypt/renewal/v.lemnoslife.com.conf
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Renewing an existing certificate for v.lemnoslife.com
Reloading nginx server after certificate renewal

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Processing /etc/letsencrypt/renewal/videos.lemnoslife.com.conf
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Renewing an existing certificate for videos.lemnoslife.com
Reloading nginx server after certificate renewal

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
The following renewals succeeded:
  /etc/letsencrypt/live/gitea.lemnoslife.com-0001/fullchain.pem (success)
  /etc/letsencrypt/live/overleaf.lemnoslife.com/fullchain.pem (success)
  /etc/letsencrypt/live/pim.etesync.lemnoslife.com/fullchain.pem (success)
  /etc/letsencrypt/live/server0.lemnoslife.com/fullchain.pem (success)
  /etc/letsencrypt/live/v.lemnoslife.com/fullchain.pem (success)
  /etc/letsencrypt/live/videos.lemnoslife.com/fullchain.pem (success)

The following renewals failed:
  /etc/letsencrypt/live/gitea.lemnoslife.com/fullchain.pem (failure)
  /etc/letsencrypt/live/gitlab.lemnoslife.com/fullchain.pem (failure)
  /etc/letsencrypt/live/private.yt.lemnoslife.com/fullchain.pem (failure)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
3 renew failure(s), 0 parse failure(s)
Ask for help or search for solutions at https://community.letsencrypt.org. See the logfile /var/log/letsencrypt/letsencrypt.log or re-run Certbot with -v for more details.

DuckDuckGo and Google search certbot do not renew failed to verify domains.

```bash certbot --nginx-ctl /usr/sbin/nginx --force-renew renew ``` <details> <summary>Output:</summary> ``` Saving debug log to /var/log/letsencrypt/letsencrypt.log - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Processing /etc/letsencrypt/renewal/gitea.lemnoslife.com-0001.conf - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Renewing an existing certificate for v.lemnoslife.com and 6 more domains Reloading nginx server after certificate renewal - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Processing /etc/letsencrypt/renewal/gitea.lemnoslife.com.conf - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Renewing an existing certificate for crawler.yt.lemnoslife.com and 5 more domains Certbot failed to authenticate some domains (authenticator: nginx). The Certificate Authority reported these problems: Domain: crawler.yt.lemnoslife.com Type: dns Detail: DNS problem: NXDOMAIN looking up A for crawler.yt.lemnoslife.com - check that a DNS record exists for this domain; DNS problem: NXDOMAIN looking up AAAA for crawler.yt.lemnoslife.com - check that a DNS record exists for this domain Domain: private.yt.lemnoslife.com Type: dns Detail: DNS problem: NXDOMAIN looking up A for private.yt.lemnoslife.com - check that a DNS record exists for this domain; DNS problem: NXDOMAIN looking up AAAA for private.yt.lemnoslife.com - check that a DNS record exists for this domain Hint: The Certificate Authority failed to verify the temporary nginx configuration changes made by Certbot. Ensure the listed domains point to this nginx server and that it is accessible from the internet. Failed to renew certificate gitea.lemnoslife.com with error: Some challenges have failed. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Processing /etc/letsencrypt/renewal/gitlab.lemnoslife.com.conf - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Renewing an existing certificate for private.yt.lemnoslife.com and 9 more domains Certbot failed to authenticate some domains (authenticator: nginx). The Certificate Authority reported these problems: Domain: crawler.yt.lemnoslife.com Type: dns Detail: DNS problem: NXDOMAIN looking up A for crawler.yt.lemnoslife.com - check that a DNS record exists for this domain; DNS problem: NXDOMAIN looking up AAAA for crawler.yt.lemnoslife.com - check that a DNS record exists for this domain Domain: private.yt.lemnoslife.com Type: dns Detail: DNS problem: NXDOMAIN looking up A for private.yt.lemnoslife.com - check that a DNS record exists for this domain; DNS problem: NXDOMAIN looking up AAAA for private.yt.lemnoslife.com - check that a DNS record exists for this domain Domain: yt4.lemnoslife.com Type: dns Detail: DNS problem: NXDOMAIN looking up A for yt4.lemnoslife.com - check that a DNS record exists for this domain; DNS problem: NXDOMAIN looking up AAAA for yt4.lemnoslife.com - check that a DNS record exists for this domain Hint: The Certificate Authority failed to verify the temporary nginx configuration changes made by Certbot. Ensure the listed domains point to this nginx server and that it is accessible from the internet. Failed to renew certificate gitlab.lemnoslife.com with error: Some challenges have failed. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Processing /etc/letsencrypt/renewal/overleaf.lemnoslife.com.conf - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Renewing an existing certificate for overleaf.lemnoslife.com Reloading nginx server after certificate renewal - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Processing /etc/letsencrypt/renewal/pim.etesync.lemnoslife.com.conf - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Renewing an existing certificate for pim.etesync.lemnoslife.com Reloading nginx server after certificate renewal - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Processing /etc/letsencrypt/renewal/private.yt.lemnoslife.com.conf - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Renewing an existing certificate for private.yt.lemnoslife.com and yt4.lemnoslife.com Failed to renew certificate private.yt.lemnoslife.com with error: urn:ietf:params:acme:error:rateLimited :: There were too many requests of a given type :: too many failed authorizations (5) for "private.yt.lemnoslife.com" in the last 1h0m0s, retry after 2026-03-31 23:39:09 UTC: see https://letsencrypt.org/docs/rate-limits/#authorization-failures-per-identifier-per-account - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Processing /etc/letsencrypt/renewal/server0.lemnoslife.com.conf - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Renewing an existing certificate for server0.lemnoslife.com Reloading nginx server after certificate renewal - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Processing /etc/letsencrypt/renewal/v.lemnoslife.com.conf - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Renewing an existing certificate for v.lemnoslife.com Reloading nginx server after certificate renewal - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Processing /etc/letsencrypt/renewal/videos.lemnoslife.com.conf - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Renewing an existing certificate for videos.lemnoslife.com Reloading nginx server after certificate renewal - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - The following renewals succeeded: /etc/letsencrypt/live/gitea.lemnoslife.com-0001/fullchain.pem (success) /etc/letsencrypt/live/overleaf.lemnoslife.com/fullchain.pem (success) /etc/letsencrypt/live/pim.etesync.lemnoslife.com/fullchain.pem (success) /etc/letsencrypt/live/server0.lemnoslife.com/fullchain.pem (success) /etc/letsencrypt/live/v.lemnoslife.com/fullchain.pem (success) /etc/letsencrypt/live/videos.lemnoslife.com/fullchain.pem (success) The following renewals failed: /etc/letsencrypt/live/gitea.lemnoslife.com/fullchain.pem (failure) /etc/letsencrypt/live/gitlab.lemnoslife.com/fullchain.pem (failure) /etc/letsencrypt/live/private.yt.lemnoslife.com/fullchain.pem (failure) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 3 renew failure(s), 0 parse failure(s) Ask for help or search for solutions at https://community.letsencrypt.org. See the logfile /var/log/letsencrypt/letsencrypt.log or re-run Certbot with -v for more details. ``` </details> DuckDuckGo and Google search *certbot do not renew failed to verify domains*.
Author
Owner

https://chat.mistral.ai/chat/eb44613e-0683-441c-8b75-8f4383eabb9d

https://chatgpt.com/share/69cc5cdf-3088-832e-8052-f8637e8671c9

certbot delete --cert-name crawler.yt.lemnoslife.com yt4.lemnoslife.com
Output:
usage: 
  certbot [SUBCOMMAND] [options] [-d DOMAIN] [-d DOMAIN] ...

Certbot can obtain and install HTTPS/TLS/SSL certificates.  By default,
it will attempt to use a webserver both for obtaining and installing the
certificate. 
certbot: error: unrecognized arguments: yt4.lemnoslife.com
https://chat.mistral.ai/chat/eb44613e-0683-441c-8b75-8f4383eabb9d https://chatgpt.com/share/69cc5cdf-3088-832e-8052-f8637e8671c9 ```bash certbot delete --cert-name crawler.yt.lemnoslife.com yt4.lemnoslife.com ``` <details> <summary>Output:</summary> ``` usage: certbot [SUBCOMMAND] [options] [-d DOMAIN] [-d DOMAIN] ... Certbot can obtain and install HTTPS/TLS/SSL certificates. By default, it will attempt to use a webserver both for obtaining and installing the certificate. certbot: error: unrecognized arguments: yt4.lemnoslife.com ``` </details>
Author
Owner
certbot delete --cert-name crawler.yt.lemnoslife.com
Output:
Saving debug log to /var/log/letsencrypt/letsencrypt.log

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
The following certificate(s) are selected for deletion:

  * crawler.yt.lemnoslife.com

WARNING: Before continuing, ensure that the listed certificates are not being
used by any installed server software (e.g. Apache, nginx, mail servers).
Deleting a certificate that is still being used will cause the server software
to stop working. See https://certbot.org/deleting-certs for information on
deleting certificates safely.

Are you sure you want to delete the above certificate(s)?
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
(Y)es/(N)o: Y
No certificate found with name crawler.yt.lemnoslife.com (expected /etc/letsencrypt/renewal/crawler.yt.lemnoslife.com.conf).
Ask for help or search for solutions at https://community.letsencrypt.org. See the logfile /var/log/letsencrypt/letsencrypt.log or re-run Certbot with -v for more details.
```bash certbot delete --cert-name crawler.yt.lemnoslife.com ``` <details> <summary>Output:</summary> ``` Saving debug log to /var/log/letsencrypt/letsencrypt.log - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - The following certificate(s) are selected for deletion: * crawler.yt.lemnoslife.com WARNING: Before continuing, ensure that the listed certificates are not being used by any installed server software (e.g. Apache, nginx, mail servers). Deleting a certificate that is still being used will cause the server software to stop working. See https://certbot.org/deleting-certs for information on deleting certificates safely. Are you sure you want to delete the above certificate(s)? - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - (Y)es/(N)o: Y No certificate found with name crawler.yt.lemnoslife.com (expected /etc/letsencrypt/renewal/crawler.yt.lemnoslife.com.conf). Ask for help or search for solutions at https://community.letsencrypt.org. See the logfile /var/log/letsencrypt/letsencrypt.log or re-run Certbot with -v for more details. ``` </details>
Author
Owner

I would like to avoid specifying the working domain names, as there is a majority of them.

I would like to avoid specifying the working domain names, as there is a majority of them.
Author
Owner
grep domain /etc/letsencrypt/renewal/*.conf

does not return anything.

```bash grep domain /etc/letsencrypt/renewal/*.conf ``` does not return anything.
Author
Owner
ls -lh /etc/letsencrypt/live/
Output:
total 44K
drwxr-xr-x 2 root root 4.0K Jun  1  2023 crawler.yt.lemnoslife.com
drwxr-xr-x 2 root root 4.0K Oct  6  2024 gitea.lemnoslife.com
drwxr-xr-x 2 root root 4.0K Apr  1 01:32 gitea.lemnoslife.com-0001
drwxr-xr-x 2 root root 4.0K Oct  9  2024 gitlab.lemnoslife.com
drwxr-xr-x 2 root root 4.0K Apr  1 01:32 overleaf.lemnoslife.com
drwxr-xr-x 2 root root 4.0K Apr  1 01:32 pim.etesync.lemnoslife.com
drwxr-xr-x 2 root root 4.0K Sep 28  2024 private.yt.lemnoslife.com
-rw-r--r-- 1 root root  740 May 25  2021 README
drwxr-xr-x 2 root root 4.0K Apr  1 01:32 server0.lemnoslife.com
drwxr-xr-x 2 root root 4.0K Apr  1 01:33 videos.lemnoslife.com
drwxr-xr-x 2 root root 4.0K Apr  1 01:33 v.lemnoslife.com
```bash ls -lh /etc/letsencrypt/live/ ``` <details> <summary>Output:</summary> ``` total 44K drwxr-xr-x 2 root root 4.0K Jun 1 2023 crawler.yt.lemnoslife.com drwxr-xr-x 2 root root 4.0K Oct 6 2024 gitea.lemnoslife.com drwxr-xr-x 2 root root 4.0K Apr 1 01:32 gitea.lemnoslife.com-0001 drwxr-xr-x 2 root root 4.0K Oct 9 2024 gitlab.lemnoslife.com drwxr-xr-x 2 root root 4.0K Apr 1 01:32 overleaf.lemnoslife.com drwxr-xr-x 2 root root 4.0K Apr 1 01:32 pim.etesync.lemnoslife.com drwxr-xr-x 2 root root 4.0K Sep 28 2024 private.yt.lemnoslife.com -rw-r--r-- 1 root root 740 May 25 2021 README drwxr-xr-x 2 root root 4.0K Apr 1 01:32 server0.lemnoslife.com drwxr-xr-x 2 root root 4.0K Apr 1 01:33 videos.lemnoslife.com drwxr-xr-x 2 root root 4.0K Apr 1 01:33 v.lemnoslife.com ``` </details>
Author
Owner

As https://gitea.lemnoslife.com certificate seems to have been updated and I do not use other domain names, can postpone solving this issue.

As https://gitea.lemnoslife.com certificate seems to have been updated and I do not use other domain names, can postpone solving this issue.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Benjamin_Loison/certbot#13