Hi! 

I'm trying to get a new certificate for my puppet agent and therefore I 
tried to do an '*puppet agent -t*' an I got the following:


*root@puppet-node:/etc/puppetlabs/puppet/ssl/certs# puppet agent -tExiting; 
no certificate found and waitforcert is disabled*

I didn't understand this, because I thought I'm doing an signing request 
with my '*puppet agent -t*' !?

My Configuration looks like this:

*Puppet-Master:*

- Installed PuppetDB: 
---> Configuration-File for puppetdb: /etc/puppetlabs/puppet/puppetdb.conf:


*[main]server_urls = https://puppet-master.local:8081*

- Installed Puppetserver / Puppet:
---> Configuration-File for puppetdb: /etc/puppetlabs/puppet/puppet.conf:

[main]
server = puppet-master.local
# This file can be used to override the default puppet settings.
# See the following links for more details on what settings are available:
# - https://puppet.com/docs/puppet/latest/config_important_settings.html
# - https://puppet.com/docs/puppet/latest/config_about_settings.html
# - https://puppet.com/docs/puppet/latest/config_file_main.html
# - https://puppet.com/docs/puppet/latest/configuration.html
[master]
vardir = /opt/puppetlabs/server/data/puppetserver
logdir = /var/log/puppetlabs/puppetserver
rundir = /var/run/puppetlabs/puppetserver
pidfile = /var/run/puppetlabs/puppetserver/puppetserver.pid
codedir = /etc/puppetlabs/code
storeconfigs = true
storeconfigs_backend = puppetdb
reports = store,puppetdb

[user]
http_proxy="http://proxy.<companyname>.de:8080"
HTTP_PROXY="http://proxy.<companyname>.de:8080"
https_proxy="http://proxy.<companyname>.de:8080"


- Configuration-File 'routes.yaml':
---
master:
  facts:
    terminus: puppetdb
    cache: yaml

When I do an 'netstat -tulpn' I got the following:

root@puppet-master:/etc/puppetlabs/puppet# netstat -tulpn
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address           Foreign Address         
State       PID/Program name
tcp        0      0 0.0.0.0:22              0.0.0.0:*               
LISTEN      740/sshd
tcp        0      0 127.0.0.1:5432          0.0.0.0:*               
LISTEN      4282/postgres
tcp6       0      0 :::8140                 :::*                    
LISTEN      3653/java
tcp6       0      0 127.0.0.1:8080          :::*                    
LISTEN      3866/java
tcp6       0      0 :::8081                 :::*                    
LISTEN      3866/java
tcp6       0      0 :::22                   :::*                    
LISTEN      740/sshd
tcp6       0      0 ::1:5432                :::*                    
LISTEN      4282/postgres
root@puppet-master:/etc/puppetlabs/puppet#


Can somone explain me why I've doent't get an Certificate on my Node?

Thanks for your help and reply,

Matthias

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/53df7774-c9de-48a5-ae54-eceb7f55a5d4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to