我已经安装了Pivotal的操作管理器。当我试图指指波什的导演时,我得到的是:
$ 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安装自动生成证书。怎样才能克服这个错误呢?
发布于 2016-11-07 15:22:35
在Ops上,“root_ca_cert.yml”位于/var/tempest/workspace/default中。
$ bosh target --ca-cert /var/tempest/workspaces/default/root_ca_cert.yml <director-ip> 发布于 2017-09-19 23:11:58
显然,这似乎发生在波什CLI v1。他们用CLI V2修复了它(截至2017年9月)
如果您使用的CLI V1指向一个波什导演,那么请确保您在导演IP之前提到标志“-ca-cert”。原因是他们将ca-cert视为V1中的全局标志。
https://stackoverflow.com/questions/40426259
复制相似问题