Skip to content
Snippets Groups Projects
trust-k8s-ca.sh 127 B
Newer Older
# the cabundle file needed to trust ssl endpoints

export OS_CACERT=`pwd`/rc-k8s-cabundle.cer
export CURL_CA_BUNDLE=$OS_CACERT