第一步:安装docker和docker-compose
第二步:下载harbor-offine-installer-v1.5.1.tgz
第三步:上传到/opt,并解压
第四步:修改harbor.cfg配置文件
hostname = 主机ip
harbor_admin_password = 123456
第五步:执行install.sh
harbor配置https:
上传证书到任意目录下 证书文件oldqiang.com.zip
[[email protected] opt]# mkdir cert
[[email protected] opt]# cd cert
[[email protected] cert]# rz blog.oldqiang.com.zip
[[email protected] cert]# unzip blog.oldqiang.com.zip
[[email protected] cert]# mv Nginx nginx
[[email protected] cert]# ls /opt/cert/nginx/1_blog.oldqiang.com_bundle.crt
/opt/cert/nginx/1_blog.oldqiang.com_bundle.crt
[[email protected] cert]# ls /opt/cert/nginx/2_blog.oldqiang.com.key
/opt/cert/nginx/2_blog.oldqiang.com.key
vi harbor
hostname = blog.qstack.com.cn
ui_url_protocol = https
ssl_cert = /opt/cert/nginx/1_blog.oldqiang.com_bundle.crt
ssl_cert_key = /opt/cert/nginx/2_blog.oldqiang.com.key
参考文件
原文地址:https://www.cnblogs.com/yangxiaoni/p/11992776.html
时间: 2024-10-30 02:25:20