summaryrefslogtreecommitdiffstats
path: root/API.txt
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 /API.txt
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 'API.txt')
-rw-r--r--API.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/API.txt b/API.txt
index 3d0174a7d..c3fa78c0d 100644
--- a/API.txt
+++ b/API.txt
@@ -758,9 +758,10 @@ arg: Str('serial_number')
option: Str('version?')
output: Output('result')
command: cert_request
-args: 1,5,1
+args: 1,6,1
arg: File('csr', cli_name='csr_file')
option: Flag('add', autofill=True, default=False)
+option: Str('cacn?', cli_name='ca')
option: Str('principal')
option: Str('profile_id?')
option: Str('request_type', autofill=True, default=u'pkcs10')