summaryrefslogtreecommitdiff
path: root/lib/rubygems/security.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rubygems/security.rb')
-rw-r--r--lib/rubygems/security.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/rubygems/security.rb b/lib/rubygems/security.rb
index dd16283a98..2ba9562fd4 100644
--- a/lib/rubygems/security.rb
+++ b/lib/rubygems/security.rb
@@ -376,8 +376,8 @@ module Gem::Security
# * The certificate contains a subject key identifier
EXTENSIONS = {
- "basicConstraints" => "CA:FALSE",
- "keyUsage" =>
+ "basicConstraints" => "CA:FALSE",
+ "keyUsage" =>
"keyEncipherment,dataEncipherment,digitalSignature",
"subjectKeyIdentifier" => "hash",
}.freeze