Skip to content

Commit

Permalink
Remove EKU for linux compat
Browse files Browse the repository at this point in the history
  • Loading branch information
surma committed Aug 3, 2016
1 parent d2e726c commit ea66afc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion simplehttp2server.go
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,6 @@ func generateCertificates(host string) {
NotAfter: notAfter,

KeyUsage: x509.KeyUsageKeyEncipherment | x509.KeyUsageDigitalSignature,
ExtKeyUsage: []x509.ExtKeyUsage{x509.ExtKeyUsageServerAuth},
BasicConstraintsValid: true,
}

Expand Down

0 comments on commit ea66afc

Please sign in to comment.