My domain is: maelyt.net (+ some subdomains + other domains)
I ran this command: letsencrypt renew (after I shutdown the nginx)
It produced this output:
root@xyz:~# letsencrypt renew
Saving debug log to /var/log/letsencrypt/letsencrypt.log
-------------------------------------------------------------------------------
Processing /etc/letsencrypt/renewal/mabikra.de.conf
-------------------------------------------------------------------------------
Cert not yet due for renewal
-------------------------------------------------------------------------------
Processing /etc/letsencrypt/renewal/rent-a-minion.net.conf
-------------------------------------------------------------------------------
Cert not yet due for renewal
-------------------------------------------------------------------------------
Processing /etc/letsencrypt/renewal/miachan.de.conf
-------------------------------------------------------------------------------
Cert not yet due for renewal
-------------------------------------------------------------------------------
Processing /etc/letsencrypt/renewal/maelyt.net.conf
-------------------------------------------------------------------------------
Cert not yet due for renewal
-------------------------------------------------------------------------------
Processing /etc/letsencrypt/renewal/noahkun.de.conf
-------------------------------------------------------------------------------
Cert not yet due for renewal
-------------------------------------------------------------------------------
Processing /etc/letsencrypt/renewal/yamlet.net.conf
-------------------------------------------------------------------------------
Cert not yet due for renewal
-------------------------------------------------------------------------------
The following certs are not due for renewal yet:
/etc/letsencrypt/live/mabikra.de/fullchain.pem expires on 2019-02-23 (skipped)
/etc/letsencrypt/live/rent-a-minion.net/fullchain.pem expires on 2019-03-31 (skipped)
/etc/letsencrypt/live/miachan.de/fullchain.pem expires on 2019-02-23 (skipped)
/etc/letsencrypt/live/maelyt.net/fullchain.pem expires on 2019-03-03 (skipped)
/etc/letsencrypt/live/noahkun.de/fullchain.pem expires on 2019-02-23 (skipped)
/etc/letsencrypt/live/yamlet.net/fullchain.pem expires on 2019-02-23 (skipped)
No renewals were attempted.
-------------------------------------------------------------------------------
My web server is (include version): nginx/1.14.0 (Ubuntu) [needs to be toggled off for renew]
The operating system my web server runs on is (include version): Ubuntu 18.04.1 LTS (64bit)
My hosting provider, if applicable, is: own vserver
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
i had the same âproblemâ. For me it seems that it doesnt try to update because your certs wonts get invalid in the next 30 days. E.g. my cert was valid until 15.03.2019 so a renew also doesnt work. so i forced it with following command:
/usr/bin/certbot --force-renewal
After some question (wanna redirect all requests to https, âŚ) i restarted my apache (just to get sure) and checked the certificate again. Now its valid until 18.04.2019, so this worked for me.
root@ScolaServer2:/etc/letsencrypt/renewal# certbot --preferred-challenges http --dry-run
--dry-run currently only works with the 'certonly' or 'renew' subcommands ('run')
certbot renew --preferred-challenges http --dry-run was successful, but I have no certbot-auto command.
So I changed some confs in /etc/letsencrypt/renewal/ with this part
[renewalparams]
pref_challs = http
But after certbot renew --dry-run all domains run with http-01 challenge? Is this the âhttpâ challenge or the deprecated one? I have no old log. So doesnât I need changing the confs or does the change failed?