cfssl
cfssl copied to clipboard
timestamp column not compatible with 2038+ dates
CFSSL is using timestamp for storing timestamps in MySQL/MariaDB. Currently it is not compatible with dates over 2038.
Consider migration timestamp columns to safer type, i.e. datetime holding UTC times to allow users to save certs that will need to be valid in 2038+ period.