Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SSL Certificate Cronjob not working #14

Closed
IT-Dave opened this issue Sep 25, 2019 · 2 comments
Closed

SSL Certificate Cronjob not working #14

IT-Dave opened this issue Sep 25, 2019 · 2 comments

Comments

@IT-Dave
Copy link

IT-Dave commented Sep 25, 2019

I have recently noticed I am getting emails to indicate my SSL Certificate is about to expire in 15 days. Seems like a cronjob issue as Since running the manual command to updated the certificate just fine.

The email I am getting is from the cPanel DNS Only Server.
Domains: | ns4.yourdomain.com
Issuer: | Let's Encrypt
Key Size: | 2048
Expires: | Tuesday, October 15, 2019 at 7:00:10 AM UTC

And I am currently running the latest version.

@alexzorin
Copy link
Collaborator

alexzorin commented Sep 26, 2019

Hmm. I suppose we should verify that you have a cron runtime installed:

rpm -qa | grep cron

I can't actually recall whether cPanel DNSONLY depends on one.

Then try emulate the cron but with a dry-run to try smoke out the issues:

sudo sh
cd /
python -c 'import random; import time; time.sleep(random.random())' && /usr/local/bin/fleetssl-dnsonly --dry-run

@alexzorin
Copy link
Collaborator

Closing for inactivity.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants