summaryrefslogtreecommitdiffstats
path: root/VERSION
diff options
context:
space:
mode:
authorFraser Tweedale <ftweedal@redhat.com>2016-05-06 13:43:41 +1000
committerJan Cholasta <jcholast@redhat.com>2016-06-15 07:13:38 +0200
commitae6d5b79fbce83e5ded8d8d46108b193c164ac14 (patch)
tree7159527bc7b09973b3af7b77597067a33a27fbeb /VERSION
parent0b0c07858a11d0d5db859b321ba948ea6d0dfd65 (diff)
downloadfreeipa-ae6d5b79fbce83e5ded8d8d46108b193c164ac14.tar.gz
freeipa-ae6d5b79fbce83e5ded8d8d46108b193c164ac14.tar.xz
freeipa-ae6d5b79fbce83e5ded8d8d46108b193c164ac14.zip
Update cert-request to allow specifying CA
Add the '--ca' option to the 'ipa cert-request' command, for specifying the CA to which to direct the request. Part of: https://fedorahosted.org/freeipa/ticket/4559 Reviewed-By: Jan Cholasta <jcholast@redhat.com> Reviewed-By: Martin Babinsky <mbabinsk@redhat.com>
Diffstat (limited to 'VERSION')
-rw-r--r--VERSION4
1 files changed, 2 insertions, 2 deletions
diff --git a/VERSION b/VERSION
index a4b24076f..b84b4a9ec 100644
--- a/VERSION
+++ b/VERSION
@@ -90,5 +90,5 @@ IPA_DATA_VERSION=20100614120000
# #
########################################################
IPA_API_VERSION_MAJOR=2
-IPA_API_VERSION_MINOR=182
-# Last change: ftweedal - update caacl plugin for lightweight CAs
+IPA_API_VERSION_MINOR=183
+# Last change: ftweedal - add --ca option to cert-request