summaryrefslogtreecommitdiffstats
path: root/scripts/selfservice-find-pkey.sh
blob: aba6d289086d743837e4219ee8b241bd9a578484 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh +x

. ./include.sh

curl\
  -H "Content-Type: application/json"\
  -H "Accept: applicaton/json"\
  --delegation always\
  --negotiate -u :\
  --cacert /etc/ipa/ca.crt\
  -d @json/selfservice-find-pkey.json\
  -X POST\
  $IPA_JSON_URL