gitlab SSL 证书过期

/ 默认分类 / 0 条评论 / 650浏览

官网说明:https://docs.gitlab.com/omnibus/settings/ssl/index.html

请注意 external_url 参数。

修改配置文件:

Renew every 7th day of the month at 12:30

letsencrypt['auto_renew_hour'] = "12" letsencrypt['auto_renew_minute'] = "30" letsencrypt['auto_renew_day_of_month'] = "*/7"

使配置文件生效: sudo gitlab-ctl reconfigure