Error ACME when run gitlab-ctl renew-le-certs

Hello, im trying to renew my ssl. But i cant renew.
Error messages:

Blockquote
Error executing action create on resource ‘acme_certificate[staging]’
================================================================================

  Acme::Client::Error::Unauthorized
  ---------------------------------
  Account creation on ACMEv1 is disabled. Please upgrade your ACME client to a version that supports ACMEv2 / RFC 8555. See https://community.letsencrypt.org/t/end-of-life-plan-for-acmev1/88430 for details.

rror executing action create on resource ‘letsencrypt_certificate[mydomain.com]’
================================================================================

Acme::Client::Error::Unauthorized
---------------------------------
acme_certificate[staging] (/opt/gitlab/embedded/cookbooks/cache/cookbooks/letsencrypt/resources/certificate.rb line 20) had an error: Acme::Client::Error::Unauthorized: Account creation on ACMEv1 is disabled. Please upgrade your ACME client to a version that supports ACMEv2 / RFC 8555. See https://community.letsencrypt.org/t/end-of-life-plan-for-acmev1/88430 for details.

System Info:
------------
chef_version=13.6.4
platform=ubuntu
platform_version=18.04

Hi i am currently running on the same issue, I think this is an issue with let’s encrypt. I upgradded to the latest gitlab.

Last output was this: letsencrypt_certificate[gitlab.domainl.com] (letsencrypt::http_authorization line 5) had an error: RuntimeError: acme_certificate[staging] (/opt/gitlab/embedded/cookbooks/cache/cookbooks/letsencrypt/resources/certificate.rb line 25) had an error: RuntimeError: ruby_block[create certificate for gitlab.mcs-nl.com] (/opt/gitlab/embedded/cookbooks/cache/cookbooks/acme/resources/certificate.rb line 108) had an error: RuntimeError: [gitlab.domain.com] Validation failed, unable to request certificate

It took me a while to fix it, you have to get your server upgraded to at least gitlab12 where ACMEv2 is implemented. (can be a hassel)

When it all works properly you can run gitlab-ctl renew-le-certs

Advantagely it works including back-ups.

how did you update it?

I described it here: Renewing SSL certificate doesn't work ACME version 1 still active?