summaryrefslogtreecommitdiffstats
path: root/API.txt
diff options
context:
space:
mode:
authorFraser Tweedale <ftweedal@redhat.com>2016-07-01 14:42:37 +1000
committerJan Cholasta <jcholast@redhat.com>2016-07-01 10:05:16 +0200
commit4844eaec197690e21c6cf44743df7f456d0e185d (patch)
tree7cdb9ef977691337b31ba4b7be8f6ea5fb3322a1 /API.txt
parent2ec59b7f232d9119d32d7a5574efba8965904ee8 (diff)
downloadfreeipa-4844eaec197690e21c6cf44743df7f456d0e185d.tar.gz
freeipa-4844eaec197690e21c6cf44743df7f456d0e185d.tar.xz
freeipa-4844eaec197690e21c6cf44743df7f456d0e185d.zip
Add --cn option to cert-status
Add the 'cacn' option to the cert-status command. Right now there is nothing we need to (or can) do with it, but we add it anyway for future use. Fixes: https://fedorahosted.org/freeipa/ticket/5999 Reviewed-By: Jan Cholasta <jcholast@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 7d82d353a..eb33c1fb7 100644
--- a/API.txt
+++ b/API.txt
@@ -799,9 +799,10 @@ output: Entry('result')
output: Output('summary', type=[<type 'unicode'>, <type 'NoneType'>])
output: PrimaryKey('value')
command: cert_status/1
-args: 1,3,3
+args: 1,4,3
arg: Int('request_id')
option: Flag('all', autofill=True, cli_name='all', default=False)
+option: Str('cacn?', autofill=True, cli_name='ca', default=u'ipa')
option: Flag('raw', autofill=True, cli_name='raw', default=False)
option: Str('version?')
output: Entry('result')