Quantcast
Channel: EasyEngine Community Forum - Latest posts
Viewing all articles
Browse latest Browse all 12639

More than 30 days left for certificate Expiry. Not renewing now

$
0
0

Hi Friends!

I can not update my certificate:

Information about mysite.com:
Nginx configuration wp wpredis (enabled)
PHP Version 7.0
HHVM disabled
SSL enabled
SSL PROVIDER Lets Encrypt
SSL EXPIRY DATE Sat Jun 24 17:21:00 MSK 2017

A month ago I moved to HTTPS. This worked well. But then the browsers began to talk about distrust of my Letsencrypt certificate.

I tried to update it manually:
Sudo ee site update mysite.com --letsencrypt = renew

But I received the message:
More than 30 days left for certificate Expiry. Not renewing now.

I took the advice of the community and did:

1.
Service nginx start
It did not help.

2.
Export LC_ALL = "en_US.UTF-8"
Export LC_CTYPE = "en_US.UTF-8"

This also did not help.

3.
Sudo apt-get update
Sudo apt-get upgrade
Service nginx stop
/ Opt / letsencrypt / letsencrypt-auto renew
Service nginx start

And it did not help.

4.
And I also fixed the line in the "/var/spool/cron/crontabs/root" file:
0 0 * * 0 ee site update --le=renew --all 2> /dev/null # Renew letsencrypt SSL cert. Set by EasyEngine
to
0 12 * * * ee site update --le=renew --all 2> /dev/null # Renew letsencrypt SSL cert. Set by EasyEngine
It did not help too.

By the way, there is no file with the user name in the "/var/spool/cron/crontabs/" folder. This is normal?

100500.
Rebooting the server did not help either ...

What did I do wrong? How can I enable certificate and get auto-updates?


Viewing all articles
Browse latest Browse all 12639

Trending Articles