diff options
author | Pavel Vomacka <pvomacka@redhat.com> | 2016-04-26 12:28:45 +0200 |
---|---|---|
committer | Petr Vobornik <pvoborni@redhat.com> | 2016-06-29 15:41:58 +0200 |
commit | 55a0baf1c32e1c472efe2ce81870e05abccb5a4a (patch) | |
tree | 74642b9bebf94a327af9c6067e79ebe8fe808c67 /install/ui/test/data | |
parent | 6d3622c600a82f889e77809c982d996974335e62 (diff) | |
download | freeipa-55a0baf1c32e1c472efe2ce81870e05abccb5a4a.tar.gz freeipa-55a0baf1c32e1c472efe2ce81870e05abccb5a4a.tar.xz freeipa-55a0baf1c32e1c472efe2ce81870e05abccb5a4a.zip |
Add certificate widget
The certificate widget is used for each certificate in certs_widget. It allows to
view, get, download, revoke and restore certificate.
https://fedorahosted.org/freeipa/ticket/5108
https://fedorahosted.org/freeipa/ticket/5381
Reviewed-By: Petr Vobornik <pvoborni@redhat.com>
Diffstat (limited to 'install/ui/test/data')
-rw-r--r-- | install/ui/test/data/ipa_init.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/install/ui/test/data/ipa_init.json b/install/ui/test/data/ipa_init.json index cdb7bdbef..49eca4de9 100644 --- a/install/ui/test/data/ipa_init.json +++ b/install/ui/test/data/ipa_init.json @@ -69,6 +69,8 @@ "cancel": "Cancel", "close": "Close", "disable": "Disable", + "download": "Download", + "download_title": "Download certificate as PEM formatted file.", "edit": "Edit", "enable": "Enable", "filter": "Filter", @@ -268,6 +270,7 @@ "md5_fingerprint": "MD5 Fingerprint", "missing": "No Valid Certificate", "new_certificate": "New Certificate", + "new_cert_format": "Certificate in base64 or PEM format", "note": "Note", "organization": "Organization", "organizational_unit": "Organizational Unit", @@ -287,6 +290,7 @@ "revoke_certificate_simple": "Revoke Certificate", "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", + "revoked_status": "REVOKED", "serial_number": "Serial Number", "serial_number_hex": "Serial Number (hex)", "sha1_fingerprint": "SHA1 Fingerprint", @@ -295,6 +299,8 @@ "superseded": "Superseded", "unspecified": "Unspecified", "valid": "Valid Certificate Present", + "valid_from": "Valid from", + "valid_to": "Valid to", "validity": "Validity", "view_certificate": "Certificate for ${entity} ${primary_key}", "view_certificate_btn": "View Certificate" |