scep icon indicating copy to clipboard operation
scep copied to clipboard

ensure serial hex is written to index file consistently lower case

Open antwacky opened this issue 3 years ago • 0 comments

Certificate serial hex is lowercase, whereas currently the serial hex is written to the database in uppercase.

Openssl doesn't like this when attempting to revoke a certificate, as the uppercase serial hex in the database does not match the lower case serial hex in the certificate.

This patch ensures that lower case serial hex is used consistently when writing to the database.

antwacky avatar Jun 10 '22 08:06 antwacky