Post
Topic
Board Mining software (miners)
Re: Linux mining distro for the Raspberry PI - MinePeon
by
tinnvec
on 13/08/2013, 15:59:30 UTC
I'm getting this today, I've never had this before.

Code:
[minepeon@minepeon minepeon]$ git pull
fatal: unable to access 'https://github.com/MineForeman/MinePeon.git/': SSL certificate problem: certificate is not yet valid

Think you have an issue with the date on the Pi

Code:
date

Code:
sudo ntpd -s

Since I use wifi only, I'll put in my 2 cents, I had to make sure openntp was enabled so that time would update on reboot as well:
Code:
sudo systemctl enable openntpd.service