Skip to content

How to curl v4 internal endpoints with mtls

Tim Downey edited this page Apr 15, 2019 · 4 revisions
  • ssh onto the diego api vm and cd into /var/vcap/jobs/bbs/config/certs.
  • run
curl --cacert ca.crt --key server.key --cert server.crt https://cloud-controller-ng.service.cf.internal:9023/internal/v4/<insert your endpoint here> -v
Clone this wiki locally