Smart proxy with Foreman Katello

Problem:

Expected outcome:

Foreman and Proxy versions:
Foreman 3.9 / Katello 4.11
Foreman and Proxy plugin versions:
Foreman 3.9 / Katello 4.11
Distribution and version:
Centos Stream 8
Other relevant data:

So I followed the documentation right here : Installing a Smart Proxy Server nightly on Enterprise Linux
Problem is that I cant link my smart proxy to my foreman server. I typed this command :
foreman-installer
–enable-foreman-proxy
–enable-puppet
–foreman-proxy-foreman-base-url=https://myadresse.x.fr
–foreman-proxy-oauth-consumer-key=key
–foreman-proxy-oauth-consumer-secret=key
–foreman-proxy-puppetca=false
–foreman-proxy-tftp=false
–foreman-proxy-trusted-hosts=myadresse.x.fr
–no-enable-foreman
–no-enable-foreman-cli
–puppet-server-ca=false

And I get this :


Any idea on what’s wrong ?

Thank you

You should not use nightly build if you are not prepared to manuallly repair code.
My suggestion after reading errors and your question is to stay with latest stable, Foreman 3.10 from this guide - Quickstart guide for Foreman on Enterprise Linux

Actual error tells that something went wrong with puppetserver ca. But I will not even try to guide you through fixing it. You should be able to fix it yourself IF YOU REALLY WANT to use nightly build. I have almost 30 years of experience in IT and 25 with Linux based systems - and I do not want to use nightly build.

Alright thanks for you answer, I’ll try to fix stuff with the latest release.