Skip to content
This repository was archived by the owner on Mar 28, 2019. It is now read-only.

Commit fb9fdb3

Browse files
author
Maxime VISONNEAU
committed
Documentation of the ca proxy configuration
1 parent fe09061 commit fb9fdb3

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,19 @@ class { 'puppet::server':
9393
}
9494
```
9595

96+
#### Certificate authority proxy configuration
97+
98+
If you want to automatically relay the certificate requests to an other CA you can do the following :
99+
```puppet
100+
class { 'puppet::server':
101+
servertype => 'unicorn',
102+
ca => false,
103+
external_ca => 'https://my_puppet_ca_server:8140',
104+
}
105+
```
106+
107+
NB: This is only implemented for Nginx/Unicorn configuration so far.
108+
96109
#### Master with PuppetDB, PostgreSQL, and reports
97110
Running a puppet master without PuppetDB loses much of the utility of Puppet,
98111
so you probably want it. As a convenience, this module will install puppetdb

0 commit comments

Comments
 (0)