Skip to content

How to curl v4 internal endpoints with mtls

Lisa Cho edited this page Jul 26, 2017 · 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> -H "Authorization:  <insert oauth-token>" -v
Clone this wiki locally