We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8dd59d9 + 2138ec0 commit 6ceb412Copy full SHA for 6ceb412
hack/lib/util/misc.sh
@@ -183,11 +183,10 @@ function os::util::curl_etcd() {
183
184
curl --fail --silent --cacert "${ca_bundle}" \
185
--cert "${etcd_client_cert_p12}:${etcd_client_cert_p12_password}" "${full_url}"
186
+ else
187
+ curl --fail --silent --cacert "${ca_bundle}" \
188
+ --cert "${etcd_client_cert}" --key "${etcd_client_key}" "${full_url}"
189
fi
-
- curl --fail --silent --cacert "${ca_bundle}" \
190
- --cert "${etcd_client_cert}" --key "${etcd_client_key}" "${full_url}"
191
}
192
193
# os::util::host_platform determines what the host OS and architecture
0 commit comments