官网说明: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
本站文章除注明转载/出处外,均为本站原创或翻译,转载前请务必署名,转载请标明出处
最后编辑时间为:
2024/07/25 20:13