summaryrefslogtreecommitdiffstats
path: root/ipaserver
diff options
context:
space:
mode:
authorPavel Vomacka <pvomacka@redhat.com>2016-06-10 16:15:07 +0200
committerMartin Basti <mbasti@redhat.com>2016-06-15 09:59:50 +0200
commitf4dd2446cd8b2c2a814c7bcb95415eb186b0a70f (patch)
treeba9f2964023c775ce2398fdd48774a090ac9e0bd /ipaserver
parent6e78169e3bc71c5ff3824e91cce8a0d6d9580d7a (diff)
downloadfreeipa-f4dd2446cd8b2c2a814c7bcb95415eb186b0a70f.tar.gz
freeipa-f4dd2446cd8b2c2a814c7bcb95415eb186b0a70f.tar.xz
freeipa-f4dd2446cd8b2c2a814c7bcb95415eb186b0a70f.zip
Extend certificate entity page
Add field for choosing CA when issuing new certificate. Add new item to action menu on cert details page which allows user to download the certificate as file. Part of: https://fedorahosted.org/freeipa/ticket/5939 Reviewed-By: Fraser Tweedale <ftweedal@redhat.com> Reviewed-By: Petr Vobornik <pvoborni@redhat.com>
Diffstat (limited to 'ipaserver')
-rw-r--r--ipaserver/plugins/internal.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/ipaserver/plugins/internal.py b/ipaserver/plugins/internal.py
index 82d0b2398..5cb78c5ef 100644
--- a/ipaserver/plugins/internal.py
+++ b/ipaserver/plugins/internal.py
@@ -367,12 +367,14 @@ class i18n_messages(Command):
"aa_compromise": _("AA Compromise"),
"add_principal": _("Add principal"),
"affiliation_changed": _("Affiliation Changed"),
+ "ca": _("CA"),
"ca_compromise": _("CA Compromise"),
"certificate": _("Certificate"),
"certificates": _("Certificates"),
"certificate_hold": _("Certificate Hold"),
"cessation_of_operation": _("Cessation of Operation"),
"common_name": _("Common Name"),
+ "download": _("Download"),
"expires_on": _("Expires On"),
"find_issuedon_from": _("Issued on from"),
"find_issuedon_to": _("Issued on to"),