Display serial number as HEX (DECIMAL) when showing certificates.

https://fedorahosted.org/freeipa/ticket/1991
This commit is contained in:
Rob Crittenden
2012-03-06 15:53:07 -05:00
parent e9d68a7b00
commit d4a80dbe52
10 changed files with 50 additions and 19 deletions

View File

@@ -146,6 +146,9 @@ host_output_params = (
Str('serial_number',
label=_('Serial Number'),
),
Str('serial_number_hex',
label=_('Serial Number (hex)'),
),
Str('issuer',
label=_('Issuer'),
),