Puppet autosign task explanation please

Hello,

I’m having hard times trying to succeed with this task, I think there is something that I don’t understand. This is my configuration:
Master:

Agent

As you see, in jump_host it states that puppetserver: command not found Why is this, if the puppetserver is active?

I don’t know if that is the reason I can’t get the certs for the clients.

Could someone help me to understand what I’m doing wrong?

Thnx

Hi,
You are getting “puppetserver: command not found” cos it has not been added to PATH on the host, run export PATH=/opt/puppetlabs/bin:$PATH to add it.
The error you are getting relates to the ssl certificates, try to clean the folder on both master and agents.

Thank you Sam, I was able to finish the task with your help