I've installed Pivotal's Ops Manager. When I try to point bosh at it's director I get:
$ bosh target 10.120.7.11
Target set to 'p-bosh'
Invalid SSL Cert. Use --ca-cert option when setting target to specify SSL certificate
The certs were generated automatically by the install. How can get past this error?
On the Ops Mgr, the "root_ca_cert.yml' is located in /var/tempest/workspaces/default. Use that as follows ..
$ bosh target --ca-cert /var/tempest/workspaces/default/root_ca_cert.yml <director-ip>