Solaris v11.4 and Puppet 5.5.0
I have a question about connecting a (Solaris v11.4) agent to a (Solaris v11.4) master. When I configure everything according to "Getting Started with Puppet on Oracle Solaris 11" on oracle's website, and run a puppet agent -t --waitforcert 60 --debug, I get the messages:
Debug: Using cached certificate for ca
Debug: Dynamically-bound server lookup failed, falling back to ca_server setting
Debug: Dynamically-bound port lookup failed; falling back to ca_port setting
Debug: Creating new connection for <puppet-master>
I switch over to the master and I do not see the agent's certificate to sign. Is there something in the configuration file(s), I'm missing?