diff --git a/Servers & Workflows/Linux/Automation/Puppet/Puppet Deployment.md b/Servers & Workflows/Linux/Automation/Puppet/Puppet Deployment.md index c33f33f..9c084fd 100644 --- a/Servers & Workflows/Linux/Automation/Puppet/Puppet Deployment.md +++ b/Servers & Workflows/Linux/Automation/Puppet/Puppet Deployment.md @@ -44,6 +44,7 @@ puppet ssl bootstrap # ((On the Puppet Server)) # You will see an error stating: "Couldn't fetch certificate from CA server; you might still need to sign this agent's certificate (fedora.bunny-lab.io)." # Run the following command (as root) on the Puppet Server to generate a certificate +sudo su puppetserver ca sign --certname fedora.bunny-lab.io ```