When as a root I run the following in my puppetmaster server
puppet master --verbose --no-daemonize
It generates the ssl certificates, but adds a domain to them. Which is the domain of my company (I'm in the office):
...
Info: Creating a new SSL key for puppetmaster.company_domain.net
Info: csr_attributes file loading from /etc/puppet/csr_attributes.yaml
Info: Creating a new SSL certificate request for puppetmaster.company_domain.net
...
Actually it does the same when I run the equivalent for the agent (centOS and Ubuntu)
It might be nothing related to puppet. But I haven't got a lot of experience with linux, puppet and all the things involved so I would love to find the reason for that (couldn't find it browsing, probably becasuse I don't really know where to start from)
Thanks,