Hello everyone,
I have a CA certificate which has expire period in 365 days. The first time importing was successful. With the following command:
gsk7cmd -cert -add -db /etc/security/ldap/key.kdb -file server.crt -format ascii -label "OpenLDAP CA" -pw "cakeyaix" -trust enable
Later I changed the expire period to 3650 days (10 years), and ran the same command (after removed the previous certificate) then got the following error:
ERROR: The validity period does not include today or does not fall within its issuer's validity period.
After that I fall back the previous expire period (365 days) but still get the same error.
Anyone have ideas to solve this problem, please help.