blob: a59274c0b40a28d3e8f2e612f73b260d132e53f5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#!/bin/sh +x
. ./include.sh
curl -v\
-H "Content-Type: application/json"\
-H "Accept: applicaton/json"\
--negotiate -u :\
--cacert /etc/ipa/ca.crt\
-d @dns-cluster-1.json\
-X POST\
$IPA_JSON_URL
|