ZOOKEEPER-3228: [TLS] Fix key usage extension in test certs
Key usage extension is wrong in test certs created by X509TestHelpers. This works with Java SSL stack because it allows sloppy certs, but breaks with Netty's OpenSSL stack. My Netty OpenSSL code is not ready for upstream yet, but fixing the test cert extensions is a prerequisite and can go in separately.
Author: Ilya Maykov <ilyam@fb.com>
Reviewers: fangmin@apache.org, andor@apache.org
Closes #743 from ivmaykov/ZOOKEEPER-3228