From d4a80dbe52158f204e78afea742fc3322bbc65e5 Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Tue, 6 Mar 2012 15:53:07 -0500 Subject: Display serial number as HEX (DECIMAL) when showing certificates. https://fedorahosted.org/freeipa/ticket/1991 --- ipalib/plugins/host.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ipalib/plugins/host.py') diff --git a/ipalib/plugins/host.py b/ipalib/plugins/host.py index 3814215c..9db98e71 100644 --- a/ipalib/plugins/host.py +++ b/ipalib/plugins/host.py @@ -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'), ), -- cgit