when i try to add a new n2n vpn connection i get a error from openssl 256
The file /var/log/httpd/error_log has this error
commonName :PRINTABLE:‘VPNGATE’
ERROR:Serial number 0E has already been issued,
check the database/serial_file for corruption
The matching entry has the following details
Type :Revoked
Was revoked on:290204231155Z
Expires on :290204231155Z
Serial Number :0E
File name :unknown
Subject Name :/C=AF/O=trudel.trex-tec.de/CN=INGSRV1
Encryption is AES-CBC and Has: SHA2 512 Bit
I checked google and the community but i cant find any solution.
can you please give me an information how i can handle this problem
The index.txt file is an ascii file consisting of 6 (not 4) tab-separated
fields. Some of those fields may be empty and might appear not to exist at
all.
The 6 fields are:
Entry type. May be “V” (valid), “R” (revoked) or “E” (expired).
Note that an expired may have the type “V” because the type has
not been updated. ‘openssl ca updatedb’ does such an update.
Expiration datetime.
Revokation datetime. This is set for any entry of the type “R”.
Serial number.
File name of the certificate. This doesn’t seem to be used,
ever, so it’s always “unknown”.