Skip to content
Snippets Groups Projects
Commit a255ff79 authored by John-Paul Robinson's avatar John-Paul Robinson
Browse files

Fix pwd reference for the ca bundle

parent a529a86e
No related branches found
No related tags found
No related merge requests found
# the cabundle file needed to trust ssl endpoints
export OS_CACERT=$(PWD)/rc-k8s-cabundle.cer
export OS_CACERT=`pwd`/rc-k8s-cabundle.cer
export CURL_CA_BUNDLE=$OS_CACERT
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment