运行 gitlab-ctl reconfigure
命令时出现下面的 letsencrypt 证书错误:
letsencrypt_certificate[x.x.x] (letsencrypt::http_authorization line 3) had an error: Acme::Client::Error::Unauthorized: acme_certificate[staging] (/opt/gitlab/embedded/cookbooks/cache/cookbooks/letsencrypt/resources/certificate.rb line 20) had an error: Acme::Client::Error::Unauthorized: Account creation on ACMEv1 is disabled. Please upgrade your ACME client to a version that supports ACMEv2 / RFC 8555. See https://community.letsencrypt.org/t/end-of-life-plan-for-acmev1/88430 for details.
实际并没有使用 letsencrypt 证书,请问如何解决?
相关问题
- Gitlab-runner without Docker
- How to get Gitlab merge request description in Git
- How do i give parameters to SonarQube.Scanner.MSBu
- 请问 GitLab 如何连接一个已有的 Kubernetes 集群
- Maven install-file not effective in GitLab/Docker:
相关文章
- 请问 GitLab 如何连接一个已有的 Kubernetes 集群
- gitlab升级失败
- ssh: Could not resolve hostname git: Name or servi
- How do you center text in Gitlab markdown?
- .gitlab-ci.yml after_script section: how can I tel
- Gitlab CI / Docker: Use custom image for job
- Move .git repo to parent directory [duplicate]
- Migrate gitlab self hosted to gitlab hosted
在
/etc/gitlab/gitlab.rb
中添加letsencrypt['enable'] = false
可解决。