| 1 |
--- defaults.rb.ORIG 2007-11-20 17:24:10.121774800 +0000 |
|---|
| 2 |
+++ defaults.rb 2007-11-20 17:27:35.899816200 +0000 |
|---|
| 3 |
@@ -162,8 +162,10 @@ |
|---|
| 4 |
Puppet.setdefaults(:ssl, |
|---|
| 5 |
:certname => [fqdn, "The name to use when handling certificates. Defaults |
|---|
| 6 |
to the fully qualified domain name."], |
|---|
| 7 |
- :certdnsnames => ['*', "The DNS names on the Server certificate as a colon- |
|---|
| 8 |
- separated list. Defaults to * (wildcard match for all names)."], |
|---|
| 9 |
+ :certdnsnames => ['*:*.*:*.*.*:*.*.*.*:*.*.*.*.*:*.*.*.*.*.*', "The DNS |
|---|
| 10 |
+ names on the Server certificate as a colon-separated list. Defaults |
|---|
| 11 |
+ to wildcard match for all DNS names up to 6 dot-separated components |
|---|
| 12 |
+ long."], |
|---|
| 13 |
:certdir => ["$ssldir/certs", "The certificate directory."], |
|---|
| 14 |
:publickeydir => ["$ssldir/public_keys", "The public key directory."], |
|---|
| 15 |
:privatekeydir => { :default => "$ssldir/private_keys", |
|---|