summaryrefslogtreecommitdiffstats
path: root/API.txt
diff options
context:
space:
mode:
authorJan Cholasta <jcholast@redhat.com>2016-06-14 09:44:22 +0200
committerJan Cholasta <jcholast@redhat.com>2016-06-21 09:45:20 +0200
commitb00dbca98fee86f0c7584f1f37db376db9a57566 (patch)
tree690847a763400c28f9224a5ec577eac003f24022 /API.txt
parent9b2146be402990448c019cfcd93dcf570ef30fbc (diff)
downloadfreeipa-b00dbca98fee86f0c7584f1f37db376db9a57566.tar.gz
freeipa-b00dbca98fee86f0c7584f1f37db376db9a57566.tar.xz
freeipa-b00dbca98fee86f0c7584f1f37db376db9a57566.zip
cert: allow search by certificate
Allow search by certificate data or file in cert-find. https://fedorahosted.org/freeipa/ticket/5381 Reviewed-By: David Kupka <dkupka@redhat.com> Reviewed-By: Pavel Vomacka <pvomacka@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 ba942799c..142ffcd40 100644
--- a/API.txt
+++ b/API.txt
@@ -723,10 +723,11 @@ output: Entry('result')
output: Output('summary', type=[<type 'unicode'>, <type 'NoneType'>])
output: PrimaryKey('value')
command: cert_find
-args: 1,28,4
+args: 1,29,4
arg: Str('criteria?')
option: Flag('all', autofill=True, cli_name='all', default=False)
option: Str('cacn?', cli_name='ca')
+option: Bytes('certificate?', autofill=False)
option: Flag('exactly?', autofill=True, default=False)
option: Str('host*', cli_name='hosts')
option: DateTime('issuedon_from?', autofill=False)