Hello,
Just looking for a little "best practice" advice.
If I am using DNS SRV records to load-balance and use multiple Puppet Masters, and CA servers (certificate data is sync'ed) which is the best recommended way of generating the master certificate ?
So I set certname in the [master] section and can generate a cert in that name perhaps - curious to know how people set master CA stuff for hostnames other than that of the host it running on.
If so do I have to set dns_alt_names or some such for all the possible "physical" hostnames ? Or just worry about generating one for the certname setting in the master section of the config ? If so how
would you go about generating a master certificate set for all of those ?
Thanks