1.配置https https://github.com/goharbor/harbor/blob/master/docs/configure_https.md 2.harbor安装notary插件 ./install.sh --with-notary 3.复制证书到客户端 开启 ...
一 配置https 证书生成结果 二 配置和安装harbor和notary . 配置harbor . 安装notary 下载notary二进制文件notary Linux amd https: github.com theupdateframework notary releases tag v . . mv notary Linux amd notary 安装go,notary二进制文件需要g ...
2020-07-29 16:55 0 849 推荐指数:
1.配置https https://github.com/goharbor/harbor/blob/master/docs/configure_https.md 2.harbor安装notary插件 ./install.sh --with-notary 3.复制证书到客户端 开启 ...
https://goharbor.io/docs/1.10/install-config/configure-https/ 默认情况下,Harbor不提供证书。可以在没有安全性的情况下部署Harbor,这样您就可以通过HTTP连接到它。但是,只有在没有连接到外部internet的空间隙测试 ...
安装准备 准备https相关 配置harbor.yml 开始配置 测试访问 https://10.10.10.81/harbor/projects 推送镜像测试 如果服务器要推送代码到harbor, 必须在docker ...
由于Harbor不附带任何证书,它默认使用HTTP来提供注册表请求。但是,强烈建议为任何生产环境启用安全性。因为测试使用,使用自签名证书: 1、创建CA证书 首先创建个目录存放 mkdir /root/ca -p cd /root/ca 以下命令创建CA证书 openssl req ...
参考文档: https://goharbor.io/docs/1.10/install-config/configure-https/ https://goharbor.io/docs/1.10/install-config/troubleshoot-installation/#https ...
注:高版本(14以上)docker执行login命令,默认使用https,且harbor必须使用域名,只是用ip访问是不行的。 假设使用的网址是:www.harbor.mobi,本机ip是192.168.75.100 因为这个网址是虚拟的,所以需要在本机hosts文件中添加 ...
1,harbor.cfg 配置修改 1.1 hostname = reg.mydomain.com #必须是域名 1.2 ui_url_protocol = https #https 1.3 verify_remote_cert = off #默认是on,如果是自签证书,配置为off 2,将证书 ...
注:高版本(14以上)docker执行login命令,默认使用https,且harbor必须使用域名,只是用ip访问是不行的。 假设使用的网址是:www.harbor.mobi,本机ip是192.168.75.100 因为这个网址是虚拟的,所以需要在本机hosts文件中添加 ...