Is it possible to manually edit the key usage of a X509v3 certificate ?
$ openssl x509 -in crt.crt -text
...
X509v3 Key Usage:
Digital Signature, Non Repudiation, Key Encipherment
X509v3 Extended Key Usage:
TLS Web Client Authentication, E-mail Protection
...
How can you change this to
X509v3 Extended Key Usage:
TLS Web Server Authentication
?