Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

puppet cert #2152

Open
PiRomant opened this issue Jun 24, 2024 · 4 comments
Open

puppet cert #2152

PiRomant opened this issue Jun 24, 2024 · 4 comments

Comments

@PiRomant
Copy link

It is still possible to use Puppet CA generated certs to authenticate these clients. You need to generate the certificates yourself on your Puppet CA server:
puppet cert --generate ${client-fqdn}

# puppet cert
Error: Unknown Puppet subcommand 'cert'
@ekohl
Copy link
Member

ekohl commented Jun 24, 2024

That should be certs instead of cert. Could you submit a PR for that?

@PiRomant
Copy link
Author

# puppet certs
Error: Unknown Puppet subcommand 'certs'

@ekohl
Copy link
Member

ekohl commented Jun 24, 2024

Oh wait, this all changed. I think with Puppet 7 it's now all part of puppetserver ca. In particular you now have puppetserver ca generate as a command. I'd recommend reading --help, but the short version is that you want --certname.

@PiRomant
Copy link
Author

puppetserver ca generate --ca-client --certname foreman-scap

Helped

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants