How to sign the puppet certificate on master using Jenkins

+1 vote
Can anyone help me how to sign the puppet certificate on master using Jenkins?
Jun 4, 2020 in Puppet by anonymous
• 130 points
1,092 views

1 answer to this question.

0 votes

All you need to do is SSH into your Jenkins server and then run puppet by hand the first time:

ssh root@192.168.122.3
puppet agent --test --waitforcert=60

It will attempt to connect to a server which resolves as puppet.

Once the puppet job runs you may need to sign the certificate on the puppet master using the following command:

puppet cert sign jenkins.guest

You should now be able to connect to your Jenkins server on http://192.168.122.3:8080

For more info refer to https://fullstack-puppet-docs.readthedocs.io/en/latest/jenkins.html

answered Jun 30, 2020 by Vaibhav

Related Questions In Puppet

+1 vote
1 answer

I am running a Jenkins job to sign the certificate by puppet master but it is failing

Refer to https://www.edureka.co/community/55971/puppet-error-while-signing-the-certificates This addresses a similar query like ...READ MORE

answered Mar 13, 2020 in Puppet by Liana
1,089 views
+2 votes
1 answer

How do I trigger the puppet agent on slave to install docker using jenkins?

Hey @Mercy, you will have to write ...READ MORE

answered Aug 17, 2020 in Puppet by Karan
• 19,610 points
1,063 views
0 votes
1 answer

How do I sign all the certificates together - Puppet on Ubuntu

Hey @Aryaa, use the following command to ...READ MORE

answered Feb 21, 2019 in Puppet by Adi
476 views
0 votes
1 answer

How can i check the requests of certificates from puppet agent to puppet master?

You could do this by executing the ...READ MORE

answered Jul 24, 2019 in Puppet by Sirajul
• 59,230 points
2,573 views
0 votes
1 answer
+15 votes
2 answers

Git management technique when there are multiple customers and need multiple customization?

Consider this - In 'extended' Git-Flow, (Git-Multi-Flow, ...READ MORE

answered Mar 27, 2018 in DevOps & Agile by DragonLord999
• 8,450 points
3,503 views
+2 votes
1 answer
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP