Please fill out the fields below so we can help you better.
My domain is:
openfn.org
I ran this command:
sudo letsencrypt certonly --manual --expand --preferred-challenges dns --cert-path /etc/letsencrypt/live/production.openfunction.io --key-path /etc/letsencrypt/live/production.openfunction.io --fullchain-path /etc/letsencrypt/live/production.openfunction.io --chain-path /etc/letsencrypt/live/production.openfunction.io -d www.openfunction.io -d openfunction.io -d production.openfunction.io -d www.openfn.org -d openfn.org -d production.openfn.org
It produced this output:
- Congratulations! Your certificate and chain have been saved at:
/etc/letsencrypt/live/www.openfunction.io/fullchain.pem
Your key file has been saved at:
/etc/letsencrypt/live/www.openfunction.io/privkey.pem
Your cert will expire on 2017-11-20. To obtain a new or tweaked
version of this certificate in the future, simply run certbot
again. To non-interactively renew all of your certificates, run
"certbot renew"
My web server is (include version):
nginx version: nginx/1.10.3 (Ubuntu)
The operating system my web server runs on is (include version):
Ubuntu 16.04
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
Just to add to the above in case the error is not clear: Certbot does not seem to be using the paths specified when creating the certs. That is (currently) the only issue I have, everything else seems ot be working perfectly.