Please fill out the fields below so we can help you better. Note: you must provide your domain name to get help. Domain names for issued certificates are all made public in Certificate Transparency logs (e.g. https://crt.sh/?q=example.com), so withholding your domain name here does not increase secrecy, but only makes it harder for us to provide help.
My domain is: xprotect.bcsoh.org
I ran this command: sudo apt-get upgrade python-certbot-nginx
It produced this output: python-certbot-nginx is already the newest version (0.25.0-2+ubuntu17.10.1+certbot+1).
My web server is (include version): nginx 1.12.1-0ubuntu2)
The operating system my web server runs on is (include version): Ubuntu 17.10
My hosting provider, if applicable, is: n/a
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): certbot 0.22.2
Followed steps from this page: https://certbot.eff.org/lets-encrypt/ubuntuartful-nginx
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 python-certbot-nginx