Hello, I received the email (Action required: Let's Encrypt certificate renewals). Can you help me please, how to chenk if my settings are ok?
I checked the certbot version from this command apt-cache policy certbot | grep -i Installed
and the output was Installed: 0.17.0-2+ubuntu16.04.1+certbot+1
I post here the content of my 2 files in /etc/letsencrypt/renewal/
1 domain: kotronis-plastics.gr
# renew_before_expiry = 30 days
version = 0.17.0
archive_dir = /etc/letsencrypt/archive/kotronis-plastics.gr
cert = /etc/letsencrypt/live/kotronis-plastics.gr/cert.pem
privkey = /etc/letsencrypt/live/kotronis-plastics.gr/privkey.pem
chain = /etc/letsencrypt/live/kotronis-plastics.gr/chain.pem
fullchain = /etc/letsencrypt/live/kotronis-plastics.gr/fullchain.pem
# Options used in the renewal process
[renewalparams]
authenticator = webroot
installer = apache
account = 40edc6c1ddd0b612e2e3216a3de2f94a
[[webroot_map]]
www.kotronis-plastics.gr = /var/www/html/mysite
kotronis-plastics.gr = /var/www/html/mysite
2 domain: scti.gr
# renew_before_expiry = 30 days
version = 0.17.0
archive_dir = /etc/letsencrypt/archive/scti.gr-0001
cert = /etc/letsencrypt/live/scti.gr-0001/cert.pem
privkey = /etc/letsencrypt/live/scti.gr-0001/privkey.pem
chain = /etc/letsencrypt/live/scti.gr-0001/chain.pem
fullchain = /etc/letsencrypt/live/scti.gr-0001/fullchain.pem
# Options used in the renewal process
[renewalparams]
authenticator = apache
installer = apache
account = 40edc6c1ddd0b612e2e3216a3de2f94a
My domain is: kotronis-plastics.gr, scti.gr
I ran this command:
apt-cache policy certbot | grep -i Installed
It produced this output:
Installed: 0.17.0-2+ubuntu16.04.1+certbot+1
My web server is (include version): Apache/2.4.18 (Ubuntu)
The operating system my web server runs on is (include version): Ubuntu 16.04.5
My hosting provider, if applicable, is: Vultr
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
Thank you a lot.