summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins/internal.py
diff options
context:
space:
mode:
authorRob Crittenden <rcritten@redhat.com>2012-03-06 15:53:07 -0500
committerRob Crittenden <rcritten@redhat.com>2012-03-14 04:40:35 -0400
commitd4a80dbe52158f204e78afea742fc3322bbc65e5 (patch)
treee57040a9b05bef1f652a89b75b2ad13faf8fbbc9 /ipalib/plugins/internal.py
parente9d68a7b001d23a7bac7cbf52e270c0723f1f69d (diff)
downloadfreeipa.git-d4a80dbe52158f204e78afea742fc3322bbc65e5.tar.gz
freeipa.git-d4a80dbe52158f204e78afea742fc3322bbc65e5.tar.xz
freeipa.git-d4a80dbe52158f204e78afea742fc3322bbc65e5.zip
Display serial number as HEX (DECIMAL) when showing certificates.
https://fedorahosted.org/freeipa/ticket/1991
Diffstat (limited to 'ipalib/plugins/internal.py')
-rw-r--r--ipalib/plugins/internal.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/ipalib/plugins/internal.py b/ipalib/plugins/internal.py
index deff866e..160b4015 100644
--- a/ipalib/plugins/internal.py
+++ b/ipalib/plugins/internal.py
@@ -313,6 +313,7 @@ class i18n_messages(Command):
"revoke_confirmation": _("To confirm your intention to revoke this certificate, select a reason from the pull-down list, and click the \"Revoke\" button."),
"revoked": _("Certificate Revoked"),
"serial_number": _("Serial Number"),
+ "serial_number_hex": _("Serial Number (hex)"),
"sha1_fingerprint": _("SHA1 Fingerprint"),
"superseded": _("Superseded"),
"unspecified": _("Unspecified"),