cd /home/git/gitlab/ sudo -u git -H vi config/gitlab.yml sudo -u git -H vi /home/git/gitlab-shell/config.yml wget -O /etc/nginx/conf.d/gitlab.conf https://gitlab.com/gitlab-org/gitlab-ce/raw/master/lib/support/nginx/gitlab-ssl vi /etc/nginx/conf.d/gitlab.conf mkdir -p /etc/nginx/ssl/
cd /etc/nginx/ssl/
openssl req -newkey rsa: -x509 -nodes -days -out gitlab.crt -keyout gitlab.key
chmod o-r gitlab.key
相关文章
- HTTP安全通信:Https和SSL
- 解决 Linux error while loading shared libraries: cannot open shared object file: No such file or directory
- CondaSSLError: Encountered an SSL error. Most likely a certificate verification issue(anacond配置环境)
- Swagger3 注解使用(Open API 3)
- PostgreSQL Q&A: Building an Enterprise-Grade PostgreSQL Setup Using Open Source Tools
- nginx支持多域名SSL配置
- 60个GitLab CI/CD 面试问题和答案-场景问题:
- ImportError: .9.0: cannot open shared object file: No such file or directory
- macos LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to :443
- win10安装gitLab