summaryrefslogtreecommitdiffstats
path: root/API.txt
diff options
context:
space:
mode:
authorFraser Tweedale <ftweedal@redhat.com>2015-05-14 01:45:16 -0400
committerJan Cholasta <jcholast@redhat.com>2015-06-04 08:27:33 +0000
commita931d3edc00f7578223df2afeebdf2da3dd85a68 (patch)
tree915b0121e8f9882e6b9666b16a29db8331598f6b /API.txt
parent979947f7f21749b45176c39f66060564e19466e3 (diff)
downloadfreeipa-a931d3edc00f7578223df2afeebdf2da3dd85a68.tar.gz
freeipa-a931d3edc00f7578223df2afeebdf2da3dd85a68.tar.xz
freeipa-a931d3edc00f7578223df2afeebdf2da3dd85a68.zip
Update cert-request to support user certs and profiles
Part of: https://fedorahosted.org/freeipa/ticket/57 Part of: https://fedorahosted.org/freeipa/ticket/4938 Reviewed-By: Martin Basti <mbasti@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 abd9407af..7574bc900 100644
--- a/API.txt
+++ b/API.txt
@@ -485,10 +485,11 @@ arg: Str('serial_number')
option: Str('version?', exclude='webui')
output: Output('result', None, None)
command: cert_request
-args: 1,4,1
+args: 1,5,1
arg: File('csr', cli_name='csr_file')
option: Flag('add', autofill=True, default=False)
option: Str('principal')
+option: Str('profile_id?')
option: Str('request_type', autofill=True, default=u'pkcs10')
option: Str('version?', exclude='webui')
output: Output('result', <type 'dict'>, None)