diff options
author | Petr Vobornik <pvoborni@redhat.com> | 2015-07-08 22:04:45 +0200 |
---|---|---|
committer | Petr Vobornik <pvoborni@redhat.com> | 2015-07-09 10:58:40 +0200 |
commit | 7c481b1e90dbb6821b71707c4012b3857adb84e2 (patch) | |
tree | 134b099acdec8d327d14a91a2fc3b25c9b3c8e74 /install/ui/test/data | |
parent | cd3ca94ff2ef738cb3a9eae502193413058f976d (diff) | |
download | freeipa-7c481b1e90dbb6821b71707c4012b3857adb84e2.tar.gz freeipa-7c481b1e90dbb6821b71707c4012b3857adb84e2.tar.xz freeipa-7c481b1e90dbb6821b71707c4012b3857adb84e2.zip |
webui: cert-request improvements
Certificate request action and dialog now supports 'profile_id',
'add' and 'principal' options. 'add' and 'principal' are disaplayed
only if certificate is added from certificate search facet.
Certificate search facet allows to add a certificate.
User details facet allows to add a certificate.
part of
https://fedorahosted.org/freeipa/ticket/5046
Reviewed-By: Martin Basti <mbasti@redhat.com>
Diffstat (limited to 'install/ui/test/data')
-rw-r--r-- | install/ui/test/data/ipa_init.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/install/ui/test/data/ipa_init.json b/install/ui/test/data/ipa_init.json index f253c57fe..21b12f144 100644 --- a/install/ui/test/data/ipa_init.json +++ b/install/ui/test/data/ipa_init.json @@ -218,6 +218,7 @@ }, "cert": { "aa_compromise": "AA Compromise", + "add_principal": "Add principal", "affiliation_changed": "Affiliation Changed", "ca_compromise": "CA Compromise", "certificate": "Certificate", @@ -240,6 +241,7 @@ "find_validnotbefore_from": "Valid not before from", "find_validnotbefore_to": "Valid not before to", "get_certificate": "Get Certificate", + "issue_certificate_generic": "Issue New Certificate", "issue_certificate": "Issue New Certificate for ${entity} ${primary_key}", "issued_by": "Issued By", "issued_on": "Issued On", @@ -254,7 +256,7 @@ "privilege_withdrawn": "Privilege Withdrawn", "reason": "Reason for Revocation", "remove_from_crl": "Remove from CRL", - "request_message": "<ol> <li>Create a certificate database or use an existing one. To create a new database:<br/> <code># certutil -N -d <database path></code> </li> <li>Create a CSR with subject <em>CN=<hostname>,O=<realm></em>, for example:<br/> <code># certutil -R -d <database path> -a -g <key size> -s 'CN=${hostname},O=${realm}'</code> </li> <li> Copy and paste the CSR (from <em>-----BEGIN NEW CERTIFICATE REQUEST-----</em> to <em>-----END NEW CERTIFICATE REQUEST-----</em>) into the text area below: </li> </ol>", + "request_message": "<ol> <li>Create a certificate database or use an existing one. To create a new database:<br/> <code># certutil -N -d <database path></code> </li> <li>Create a CSR with subject <em>CN=<${cn_name}>,O=<realm></em>, for example:<br/> <code># certutil -R -d <database path> -a -g <key size> -s 'CN=${cn},O=${realm}'</code> </li> <li> Copy and paste the CSR (from <em>-----BEGIN NEW CERTIFICATE REQUEST-----</em> to <em>-----END NEW CERTIFICATE REQUEST-----</em>) into the text area below: </li> </ol>", "requested": "Certificate requested", "restore_certificate": "Restore Certificate for ${entity} ${primary_key}", "restore_certificate_simple": "Restore Certificate", |