github.com/go-chef/chef@v0.30.1/testapi/bin/organization (about) 1 #!/bin/bash 2 3 # Organization testing 4 5 # https://forfuncsake.github.io/post/2017/08/trust-extra-ca-cert-in-go-app/ 6 # TODO: Trust a self signed chef server cert 7 8 BASE=$(dirname $0) 9 cd ${BASE} 10 11 . ${BASE}/setup 12 . ${BASE}/creds 13 14 go run ${BASE}/../../testcase/testcase.go organization ${CHEFUSER} ${KEYFILE} ${CHEFGLOBALURL} ${SSLBYPASS}