惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Apple Machine Learning Research
Apple Machine Learning Research
J
Java Code Geeks
博客园 - 聂微东
Microsoft Azure Blog
Microsoft Azure Blog
量子位
T
Tailwind CSS Blog
Vercel News
Vercel News
I
InfoQ
Stack Overflow Blog
Stack Overflow Blog
U
Unit 42
Engineering at Meta
Engineering at Meta
L
LangChain Blog
大猫的无限游戏
大猫的无限游戏
D
Docker
博客园_首页
P
Proofpoint News Feed
月光博客
月光博客
T
The Blog of Author Tim Ferriss
MyScale Blog
MyScale Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
Martin Fowler
Martin Fowler
腾讯CDC
N
Netflix TechBlog - Medium
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More

博客园 - aozima

使用API查询rcvps.cn的主机流量 zabbix监控MinIO zabbix监控gestetner GS3021打印机 zabbix监控DCP-7180打印机 zabbix监控m232dw打印机 给Snipe-IT添加扫码盘点 Snipe-IT支持Oauth2登录 gitlab禁止用户自己删除帐号 多年前旧笔记本惠普CQ40升级记录 thinkphp5自定义sql排序 nginx自带的webdav掉坑计 获取上个程序的返回值 修改 ls 命令的时间显示格式 使用CURL测量网络延时 测试 tls 1.3 阿里云共享上网 tensorflow-gpu 1.13 提示找不到 libcublas.so.10.0 的问题 阿里云不同帐号间内网互通 R410自带SAS6IR卡折腾记
关闭 gitlab中的 letsencrypt
aozima · 2020-10-11 · via 博客园 - aozima

执行gitlab-ctl reconfigure,一直报letsencrypt相关的错误

Recipe: letsencrypt::enable
  * ruby_block[http external-url] action run (skipped due to only_if)
  * directory[/srv/gitlab_ssl] action create (up to date)
  * acme_selfsigned[support.rt-thread.com] action create
    * file[support.rt-thread.com SSL selfsigned key] action create_if_missing (up to date)
    * file[support.rt-thread.com SSL selfsigned crt] action create_if_missing (up to date)
    * file[support.rt-thread.com SSL selfsigned chain] action create_if_missing (skipped due to not_if)
     (up to date)
Recipe: letsencrypt::http_authorization
  * letsencrypt_certificate[support.rt-thread.com] action create
    * acme_certificate[staging] action create
      * file[support.rt-thread.com SSL key] action create_if_missing (up to date)

但我没开letsencrypt功能啊,搜了一下发现默认是打开的,手动关闭就行了。

letsencrypt['enable'] = false

因为我用外部证书,如果需要使用letsencrypt自动申请证书,则需要配置好nginx的目录,让letsencrypt完成验证。

参考链接:
https://stackoverflow.com/questions/59069753/turn-off-lets-encrypt
https://www.manongdao.com/article-1708173.html