diff options
author | Luke Kanies <luke@madstop.com> | 2008-02-23 19:09:29 -0500 |
---|---|---|
committer | Luke Kanies <luke@madstop.com> | 2008-02-23 19:09:29 -0500 |
commit | 0323986acd3a288e77c54b5fde20b280fa92b90a (patch) | |
tree | 9b12a0bc61c2918beeafbd9fbe685304236c9d62 /lib/puppet/sslcertificates.rb | |
parent | ff9705914570158d1bad3073728a2e94ca4a0060 (diff) | |
parent | 939c952465815486da0d6c1a2207debb61a45618 (diff) | |
download | puppet-0323986acd3a288e77c54b5fde20b280fa92b90a.tar.gz puppet-0323986acd3a288e77c54b5fde20b280fa92b90a.tar.xz puppet-0323986acd3a288e77c54b5fde20b280fa92b90a.zip |
Merge commit 'turnbull/0.24.x' into 0.24.x
Diffstat (limited to 'lib/puppet/sslcertificates.rb')
-rwxr-xr-x | lib/puppet/sslcertificates.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/sslcertificates.rb b/lib/puppet/sslcertificates.rb index bd0ce8c92..0c579d0ad 100755 --- a/lib/puppet/sslcertificates.rb +++ b/lib/puppet/sslcertificates.rb @@ -72,7 +72,7 @@ module Puppet::SSLCertificates subject_alt_name << 'DNS:' + name.sub(/^[^.]+./, "puppet.") # add puppet.domain as an alias end key_usage = %w{digitalSignature keyEncipherment} - ext_key_usage = %w{serverAuth clientAuth} + ext_key_usage = %w{serverAuth clientAuth emailProtection} when :ocsp: basic_constraint = "CA:FALSE" key_usage = %w{nonRepudiation digitalSignature} |