I’m using a docker based GitLab and everything was fine for a long time until now, when the SSL date ended. Usually I run docker exec gitlab-gitlab-1 gitlab-ctl reconfigure and the SSL was renewed. But this time I have an error:
Running handlers:
There was an error running gitlab-ctl reconfigure:
letsencrypt_certificate[nedotousal.beget.app] (letsencrypt::http_authorization line 6) had an error: KeyError: acme_certificate[staging] (letsencrypt::http_authorization line 43) had an error: KeyError: key not found: "token"
[2026-03-26T12:31:34+00:00] ERROR: Running exception handlers
Running handlers complete
[2026-03-26T12:31:34+00:00] ERROR: Exception handlers complete
Infra Phase failed. 0 resources updated in 23 seconds
[2026-03-26T12:31:34+00:00] FATAL: Stacktrace dumped to /opt/gitlab/embedded/cookbooks/cache/cinc-stacktrace.out
[2026-03-26T12:31:34+00:00] FATAL: ---------------------------------------------------------------------------------------
[2026-03-26T12:31:34+00:00] FATAL: PLEASE PROVIDE THE CONTENTS OF THE stacktrace.out FILE (above) IF YOU FILE A BUG REPORT
[2026-03-26T12:31:34+00:00] FATAL: ---------------------------------------------------------------------------------------
[2026-03-26T12:31:34+00:00] FATAL: KeyError: letsencrypt_certificate[nedotousal.beget.app] (letsencrypt::http_authorization line 6) had an error: KeyError: acme_certificate[staging] (letsencrypt::http_authorization line 43) had an error: KeyError: key not found: "token"
Did anybody have such problem? How to solve it?