Displaying 1 result from an estimated 1 matches for "puppetmasterca".
Did you mean:
puppetmaster_a
2011 Jul 08
2
Puppetmaster setup with separate CA server configuration help
...r running on the localhost.
I had read in the Pro puppet book that this can be done in Apache with
the following directives.
# Ordering of ProxyPass directives is important
# Direct all Puppet agent CA requests to a specific set of workers.
ProxyPassMatch ^(/.*?)/(certificate.*?)/(.*)$ balancer://puppetmasterca
ProxyPassReverse ^(/.*?)/(certificate.*?)/(.*)$ balancer://puppetmasterca
# Direct all other Puppet agent requests to the default set of
workers.
ProxyPass / balancer://puppetmaster/
ProxyPassReverse / balancer://puppetmaster/
ProxyPreserveHost On
However i would like to accomplish with nginx. Co...