Please fill out the fields below so we can help you better.
My domain is: www.tutoray.com
I ran this command: sudo letsencrypt renew
It produced this output:
Processing /etc/letsencrypt/renewal/www.tutoray.com.conf
The following certs are not due for renewal yet:
/etc/letsencrypt/live/www.tutoray.com/fullchain.pem (skipped)
No renewals were attempted.
My operating system is (include version): ubuntu 16
My web server is (include version): nginx
My hosting provider, if applicable, is: digital ocean
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
Osiris
March 5, 2017, 9:32pm
2
Last February 3rd you renewed your certificate .
How did you originally get your certificate? With certonly
? Did you reload nginx
afterwards?
i used this article to create the certificate:
In this tutorial, we will show you how to use Let's Encrypt to obtain a free SSL certificate and use it with Nginx on Ubuntu 16.04. We will also show you how to automatically renew your SSL certificate. If you're running a different web server,...
reloaded nginx many times since.
tnx.
Osiris
March 5, 2017, 9:47pm
4
So in your nginx
configuration you’ve got ssl_certificate
pointed to /etc/letsencrypt/live/www.tutoray.com/fullchain.pem
?
Could you post the output of /etc/letsencrypt/live/
?
Yes, exactly to this point.
and the content is
folder: www.tutoray.com
and in that folder: cert,pem, chain.pem, fullchain.pem, privkey.pem
update:
i was able to solve this by adding --force renew
so it is still interesting to know what happened and how to avoid this in future, but for now we’re good.
Osiris, thanks!
Osiris
March 5, 2017, 10:42pm
6
Glad you’ve got things working, but it’s actually quite strange, because you had a valid certificate before you ran your command now… Just look at the link I posted earlier: valid certificate. Question begs: how did that certificate get issued and why didn’t your nginx
use that certificate?
not sure what you mean. pls try to rephrase.
do you want to see the content of /etc/letsencrypt/live/ ?
there is a folder: www.tutoray.com
and in that folder there are several files: cert,pem, chain.pem, fullchain.pem, privkey.pem.
if you need more info, pls let me know.
system
Closed
April 5, 2017, 1:47am
8
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.