summaryrefslogtreecommitdiffstats
path: root/scripts/send.sh
blob: b7fc819dd545ebe747fce85979aa209dab2eb3d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/bin/sh +x

. ./include.sh

filename=$1

echo Sending $filename...

curl -v\
 -H "Content-Type: application/json"\
 -H "Accept: applicaton/json"\
 -H "Referer: https://dev.example.com/ipa/xml"\
 --negotiate -u :\
 --delegation always\
 --cacert /etc/ipa/ca.crt\
 -d @$filename\
 -X POST\
 $IPA_JSON_URL