You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It works so far but it seems the proper expiration date for a ssl cert cannot be saved. The expiration date shown in the backend is the date of generation and I found this in the log:
[8/13/2020] [4:39:00 PM] [SSL ] › ✖ error update `certificate` set `modified_on` = date('now'), `expires_on` = FROM_UNIXTIME(1605044184) where `id` = 1 and `provider` = 'letsencrypt' - SQLITE_ERROR: no such function: FROM_UNIXTIME
The text was updated successfully, but these errors were encountered:
I use the docker image with SQLite instead of mariadb or mysql.
This is a part of config.json
It works so far but it seems the proper expiration date for a ssl cert cannot be saved. The expiration date shown in the backend is the date of generation and I found this in the log:
The text was updated successfully, but these errors were encountered: