Skip to content

Commit ea66afc

Browse files
committed
Remove EKU for linux compat
1 parent d2e726c commit ea66afc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

simplehttp2server.go

-1
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,6 @@ func generateCertificates(host string) {
287287
NotAfter: notAfter,
288288

289289
KeyUsage: x509.KeyUsageKeyEncipherment | x509.KeyUsageDigitalSignature,
290-
ExtKeyUsage: []x509.ExtKeyUsage{x509.ExtKeyUsageServerAuth},
291290
BasicConstraintsValid: true,
292291
}
293292

0 commit comments

Comments
 (0)