My domain is: työtuoli.fi
My web server is (include version): Apache 2.4
The operating system my web server runs on is (include version): Ubuntu Server LTS. 14.04 (Trusty Tahr)
I can login to a root shell on my machine (yes or no, or I don't know): Yes
Hello I just get 5 march of this email:
Action may be required to prevent your Let's Encrypt certificate renewals from
breaking.If you already received a similar e-mail, this one contains updated information.
Your Let's Encrypt client used ACME TLS-SNI-01 domain validation to issue a
certificate in the past 12 days. Below is a list of names and IP addresses
validated (max of one per account):työtuoli.fi on 2019-02-22
So I run these commands:
$ sudo apt-get update
$ sudo apt-get install software-properties-common
$ sudo add-apt-repository universe
$ sudo add-apt-repository ppa:certbot/certbot
$ sudo apt-get update
$ sudo apt-get install certbot python-certbot-apache
sudo sh -c "sed -i.bak -e 's/^(pref_challs.)tls-sni-01(.)/\1http-01\2/g' /etc/letsencrypt/renewal/; rm -f /etc/letsencrypt/renewal/.bak"
sudo certbot renew --dry-run
Result sudo certbot renew --dry-run command is
Processing /etc/letsencrypt/renewal/xxx.conf
Attempting to parse the version 0.31.0 renewal configuration file found at /etc/letsencrypt/renewal/xxx.conf with version 0.28.0 of Certbot. This might not work.
Cert not due for renewal, but simulating renewal for dry run
Plugins selected: Authenticator apache, Installer apache
Renewing an existing certificate
Performing the following challenges:
http-01 challenge for xxxx
Waiting for verification...
Cleaning up challenges
And result is
Congratulations, all renewals succeeded. The following certs have been renewed:
I just wonder this line:
Attempting to parse the version 0.31.0 renewal configuration file found at /etc/letsencrypt/renewal/xxx.conf with version 0.28.0 of Certbot. This might not work.
Do I somehow know is certbot work ok or not?
Yours timo