I have an index.txt
file where I changed the value of a certificate - whose certificate file I do not have - from V
to R
to revoke it.
The index.txt looks as follows exemplarily:
V 220303095424Z 123456 unknown /bla
R 220303104529Z 123457 unknown /bla ... CN=test1234
If I want to create a new certificate test1234, it says
invalid revocation date
in entry 2
Question: What to do? Do I have to update the CRL.pem? If yes, how to that via OpenSSL?
Thanks.