ansible-role-gitlab icon indicating copy to clipboard operation
ansible-role-gitlab copied to clipboard

letsencrypt configuration flags not working

Open vldanch opened this issue 1 year ago • 1 comments

I set flags:

    gitlab_letsencrypt_enable: false
    gitlab_letsencrypt_contact_emails: ["[email protected]"]
    gitlab_letsencrypt_auto_renew_hour: 1
    gitlab_letsencrypt_auto_renew_minute: 30
    gitlab_letsencrypt_auto_renew_day_of_month: "*/7"
    gitlab_letsencrypt_auto_renew: true

And https cert does not work and in the logs there are such things:

Running handlers:
[2023-03-14T13:33:11+00:00] ERROR: Running exception handlers
There was an error running gitlab-ctl reconfigure:

acme_selfsigned[gitlab.domain.ru] (letsencrypt::enable line 37) had an error: Errno::ENOENT: file[gitlab.domain.ru SSL selfsigned key] (letsencrypt::enable line 39) had an error: Errno::ENOENT: No such file or directory @ rb_sysopen -

vldanch avatar Mar 14 '23 14:03 vldanch

This issue has been marked 'stale' due to lack of recent activity. If there is no further activity, the issue will be closed in another 30 days. Thank you for your contribution!

Please read this blog post to see the reasons why I mark issues as stale.

github-actions[bot] avatar Jul 16 '23 14:07 github-actions[bot]