首页 > 后端开发 > Golang > 正文

Okteto CLI:信任自定义 CA 证书

WBOY
发布: 2024-02-05 22:24:07
转载
1221 人浏览过

Okteto CLI:信任自定义 CA 证书

问题内容

在查看《使用 php 开始使用 okteto 云》教程时,在运行 okteto init 时出现“证书由未知机构签名”错误。我相信这与我们公司定义的自定义 zscaler ca 有关。

如何让 okteto cli 信任自定义 ca?据我了解,它是用 golang 开发的,但是使用证书的位置设置 ssl_cert_file 和 ssl_cert_dir 没有帮助。

➜ php-getting-started git:(main) okteto init
i Using … @ cloud.okteto.com as context
✓ Okteto manifest (okteto.yml) deploy and build configured successfully
? Do you want to launch your development environment? [Y/n]: y
i Building ‘Dockerfile’ in tcp://buildkit.cloud.okteto.net:443…
[+] Building 0.0s (0/0)
x Error building service ‘hello-world’: error building image ‘registry.cloud.okteto.net/.../php-hello-world:1.0.0’: build failed: failed to dial gRPC: rpc error: code = Unavailable desc = connection error: desc = “transport: authentication handshake failed: x509: certificate signed by unknown authority”
登录后复制


正确答案


最新版本 (2.15.3) 不支持此功能,但计划在下一个版本中发布。

该修复已合并,并可在开发频道上使用:

export OKTETO_CHANNEL=dev
curl https://get.okteto.com -sSfL | sh
登录后复制

https://community.okteto.com /t/allowing-custom-certificates-in-okteto-cli/828 有关于此的更多信息。

以上是Okteto CLI:信任自定义 CA 证书的详细内容。更多信息请关注PHP中文网其他相关文章!

来源:stackoverflow.com
本站声明
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn
热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板