summaryrefslogtreecommitdiffstats
path: root/install/static/test/data/cert_revoke.json
diff options
context:
space:
mode:
authorEndi S. Dewata <edewata@redhat.com>2010-10-15 12:22:01 -0500
committerAdam Young <ayoung@redhat.com>2010-10-15 14:26:07 -0400
commit4c24581b5cffaffbb200152e1d43931c0d674102 (patch)
tree2f9aa6c8b7a2875804e1af834c7fc8e02d0a7973 /install/static/test/data/cert_revoke.json
parentacf5f9cad7438268148dff6c6b74d8c63048409a (diff)
downloadfreeipa-4c24581b5cffaffbb200152e1d43931c0d674102.tar.gz
freeipa-4c24581b5cffaffbb200152e1d43931c0d674102.tar.xz
freeipa-4c24581b5cffaffbb200152e1d43931c0d674102.zip
Service certificate UI.
The service.py has been modified to include certificate info in the service-show result if the service contains usercertificate. A new file certificate.js has been added to store codes related to certificates (e.g. revocation reasons, dialog boxes). The service.js has been modified to provide the UI for certificate management. The certificate.js can also be used for host certificate management. The Makefile.am and index.xhtml has been modified to include certificate.js. New test data files have been added for certificate operations. To test revoke and restore operations the server needs to be installed with dogtag CA instead of self-signed CA. The certificate status and revocation reason in the details page will be implemented in subsequent patches. Unit tests will also be added in subsequent patches.
Diffstat (limited to 'install/static/test/data/cert_revoke.json')
-rw-r--r--install/static/test/data/cert_revoke.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/install/static/test/data/cert_revoke.json b/install/static/test/data/cert_revoke.json
new file mode 100644
index 000000000..3fca1ee64
--- /dev/null
+++ b/install/static/test/data/cert_revoke.json
@@ -0,0 +1,9 @@
+{
+ "error": null,
+ "id": 0,
+ "result": {
+ "result": {
+ "revoked": true
+ }
+ }
+}