summaryrefslogtreecommitdiffstats
path: root/VERSION
diff options
context:
space:
mode:
authorFraser Tweedale <ftweedal@redhat.com>2016-06-29 13:57:53 +1000
committerJan Cholasta <jcholast@redhat.com>2016-07-01 05:54:56 +0200
commitffb1f5b1f24f0de30529d50f8c8dfb9a896c149e (patch)
treec726f9f3a4fefc9e5fa87fd83f14f9295a732d66 /VERSION
parent235b19ba7f9807ecf10436d1a5b28518b4475a70 (diff)
downloadfreeipa-ffb1f5b1f24f0de30529d50f8c8dfb9a896c149e.tar.gz
freeipa-ffb1f5b1f24f0de30529d50f8c8dfb9a896c149e.tar.xz
freeipa-ffb1f5b1f24f0de30529d50f8c8dfb9a896c149e.zip
Add --ca option to cert-revoke and cert-remove-hold
Implement the --ca option for cert-revoke and cert-remove-hold. Defaults to the IPA CA. Raise NotFound if the cert with the given serial was not issued by the nominated CA. Also default the --ca option of cert-show to the IPA CA. Add commentary to cert-status to explain why it does not use the --ca option. Fixes: https://fedorahosted.org/freeipa/ticket/5999 Reviewed-By: Jan Cholasta <jcholast@redhat.com>
Diffstat (limited to 'VERSION')
-rw-r--r--VERSION4
1 files changed, 2 insertions, 2 deletions
diff --git a/VERSION b/VERSION
index 656e472ce..23ceecc98 100644
--- a/VERSION
+++ b/VERSION
@@ -90,5 +90,5 @@ IPA_DATA_VERSION=20100614120000
# #
########################################################
IPA_API_VERSION_MAJOR=2
-IPA_API_VERSION_MINOR=204
-# Last change: user: add object plugin for user_status
+IPA_API_VERSION_MINOR=205
+# Last change: Add --ca option to cert-revoke and cert-remove-hold