Sign certificates while setting up puppet on Ubuntu

0 votes
I've installed Puppet on my master and agent. Apparently, I need to sign some certificates. How exactly do I go about this?
Feb 21, 2019 in Puppet by Adi
554 views

1 answer to this question.

0 votes

Hey @Adi, On your puppet master execute this command which lists down all the certificates

sudo /opt/puppetlabs/bin/puppet cert list

You'll see one certificate from your agent node, execute this to sign it

sudo /opt/puppetlabs/bin/puppet cert sign certi-name

You can view all the signed certificated using this command:

sudo /opt/puppetlabs/bin/puppet cert list --all
answered Feb 21, 2019 by Jobin

Related Questions In Puppet

0 votes
1 answer
0 votes
1 answer
0 votes
1 answer

Problems occurred while installing Puppet on Ubuntu

Hey @Dipti, you could execute the following ...READ MORE

answered Feb 25, 2019 in Puppet by Nandita
524 views
0 votes
1 answer

How do I install puppet on Ubuntu?

Hey @Alia, follow these steps to install ...READ MORE

answered Feb 21, 2019 in Puppet by Priya

edited Feb 21, 2019 2,114 views
+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,523 views
+2 votes
1 answer
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
479 views
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