diff options
author | elijah <elijah@riseup.net> | 2012-12-13 14:03:44 -0800 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2012-12-13 14:03:44 -0800 |
commit | 9e06d816ae428fb0fdaa858dd350777627997cba (patch) | |
tree | 940ba3ec76f8b9df73d7a88c9386f4c137b001bf | |
parent | 4c86d6527bfa83faa124d4887b54be4702ca63b8 (diff) |
client certs should only have digitalSignature
-rw-r--r-- | lib/leap_cli/commands/ca.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/leap_cli/commands/ca.rb b/lib/leap_cli/commands/ca.rb index 63749ca..779fa30 100644 --- a/lib/leap_cli/commands/ca.rb +++ b/lib/leap_cli/commands/ca.rb @@ -337,7 +337,7 @@ module LeapCli; module Commands "digest" => "SHA256", "extensions" => { "keyUsage" => { - "usage" => ["digitalSignature", "keyEncipherment"] + "usage" => ["digitalSignature"] }, "extendedKeyUsage" => { "usage" => ["clientAuth"] |