0 votes
in DevOps Culture by
Which command helps in checking certificate requests to the Puppet Master from Puppet Slave?

1 Answer

0 votes
by
The command for checking the list of Certificate signing requests to the Puppet Master from Puppet Agent is “puppet cert list.” You have to run the command on Puppet Master. You can also sign a specific Certificate execute through the command “puppet cert sign <Hostname of agent>.” The command “puppet cert sign all” is ideal for signing all certificates at once.
...