I have puppetmaster server installed on centos7 and a pptclient01 windows machine which runs the puppet agent.
puppet agent -t
and I get the above error
Then got to centos7 puppetmaster
puppet cert list
Notice: Signed certificate request for ca
puppet cert list
I get nothing
I go back to the puppetagent pptclient01 and I get the same error.
I did do netstat -an| grep 8140 on the puppetmaster and it does establish a connection from client to the master
So I am really not clear now on what is going on
puppet.conf on agent looks like this
[main]
certname=puppet
server=puppetmaster.northeurope.cloudapp.azure.com
pluginsync=true
autoflush=true
environment=production
[agent]
server=puppetmaster.northeurope.cloudapp.azure.com
certificate_revocation = false
I am not sure what to do to get the certs to work properly.
Any help will be appreciated
I tried this as well
rm -rf /var/lib/puppet/ssl/*
It's after this that I get the Notice: Signed certificate request for ca
I believe this is for the puppetmaster not the client certificate request.
Thanks
↧