Letsencrypt integration not working

Here is what’s happening in the gitlab-ctl reconfigure stdout. It looks like everything went fine, but I still do not have a valid certificate.

Recipe: letsencrypt::enable
  * ruby_block[http external-url] action run (skipped due to only_if)
  * directory[/etc/gitlab/ssl] action create (up to date)
  * acme_selfsigned[dev.dummydomain.com] action create
    * file[dev.dummydomain.com SSL selfsigned key] action create_if_missing (up to date)
    * file[dev.dummydomain.com SSL selfsigned crt] action create_if_missing (up to date)
    * file[dev.dummydomain.com SSL selfsigned chain] action create_if_missing (skipped due to not_if)
     (up to date)
Recipe: letsencrypt::http_authorization
  * letsencrypt_certificate[dev.dummydomain.com] action create
    * acme_certificate[staging] action create
      * file[dev.dummydomain.com SSL key] action create_if_missing (up to date)
      * file[dev.dummydomain.com SSL key] action nothing (skipped due to action :nothing)
       (up to date)
    * ruby_block[reset private key] action run
      - execute the ruby block reset private key
    * acme_certificate[production] action create
      * file[dev.dummydomain.com SSL key] action create_if_missing (up to date)
      * file[dev.dummydomain.com SSL key] action nothing (skipped due to action :nothing)
       (up to date)
	   
<--- TRIMMED --->

Recipe: letsencrypt::enable
  * crond_job[letsencrypt-renew] action create
    * file[/var/opt/gitlab/crond/letsencrypt-renew] action create (up to date)
     (up to date)
  * ruby_block[display_le_message] action nothing (skipped due to action :nothing)
  * ruby_block[save_auto_enabled] action run
    - execute the ruby block save_auto_enabled
Recipe: gitlab::deprecate-skip-auto-migrations
  * file[/etc/gitlab/skip-auto-reconfigure] action create (skipped due to only_if)
  * ruby_block[skip-auto-migrations deprecation] action run (skipped due to only_if)
Recipe: letsencrypt::enable
  * ruby_block[display_le_message] action run
    - execute the ruby block display_le_message

Running handlers:
Running handlers complete
Chef Client finished, 7/590 resources updated in 13 seconds
gitlab Reconfigured!

Did you solve the problem? I get only up to date when I run cron commadn /opt/gitlab/bin/gitlab-ctl renew-le-certs.