From 3bad7db6daea4588e2c7002bf967a04e8fd46bd5 Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Thu, 3 Oct 2024 22:36:46 -0600 Subject: [PATCH] Update Servers & Workflows/Linux/Automation/Puppet/Puppet Deployment.md --- Servers & Workflows/Linux/Automation/Puppet/Puppet Deployment.md | 1 + 1 file changed, 1 insertion(+) 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 ```