bosh无效的SSL证书

Nei*_*son 1 pivotal-cloud-foundry cf-bosh

我已经安装了Pivotal的Ops Manager.当我试图指出波什对它的导演我得到:

$ 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
Run Code Online (Sandbox Code Playgroud)

证书是由安装自动生成的.如何通过此错误?

小智 5

在Ops Mgr上,"root_ca_cert.yml"位于/ var/tempest/workspaces/default中.使用如下..

$ bosh target --ca-cert /var/tempest/workspaces/default/root_ca_cert.yml <director-ip> 
Run Code Online (Sandbox Code Playgroud)