摘要:
在Debian 11上部署Harbor,您可以遵循以下步骤: 1.安装Docker和相关依赖: sudo apt update sudo apt install ca-certificates curl gnupg lsb-release curl -fsSL https://download.do 阅读全文
摘要:
1、证书生成 生成密钥,采用的是des3算法 openssl genrsa -des3 -out server.key 2048 根据密钥签发申请文件CSR openssl req -new -key server.key -out server.csr#这一步主要是去除密钥的密码,便于后续部署op 阅读全文