mirror of
https://github.com/cloudpanel-io/cloudpanel-ce.git
synced 2026-04-05 20:31:58 +02:00
SSL certificate problem: certificate is not yet valid #402
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @SequelONE on 5/6/2023
CloudPanel version(s) affected
2.2.1
Description
When executing the
composer updatecommand on the local server on Windows 10 (Vagrant, VirtualBox, Ubuntu 22.04), the following error is displayed.I created SSL certificates with OpenSSL for local domain site.loc
How to reproduce
composer updatecommandPossible Solution
Possible Solution, but I can’t find the cert.pem file in my system.
Update
In my case, the time in Ubuntu was not updated. You can watch it with the
datecommand. If the time is out of sync with the current time, you can try running the command:This can force the system to use local time as the real time clock (hardware clock).
The
timedatectlcommand allows you to set the time, date and change the time zone in Linux.Additional Context
No response