I'm trying to get the SSL serial number from a certificate but windows is displaying leading zeros but unix is not, I'm using openssl x509 in unix to extract the serial number, do you know why or how could solve this issue?
Unix Example:
openssl x509 -noout -in ssl.extracted.crt -serial
Unix Output Example:
D01E408B
Open the certififcate in windows and looks like this the serial number:
00D01E408B