Closed Spindel closed 8 years ago
The default openssl.cnf files in OS X (Up to and including El Capitan) explicitly forbids the generation of utf8 strings into certificates.
This overrides the -utf8 command line flag. The fix will be to generate our own openssl.cnf and use this.
can @niligulmohar please check?
TODO: Maybe we should call openssl asn1parse -in csr.file and see if it contains any T61STRING and then flag it as broken?
openssl asn1parse -in csr.file
Merged into caramel-client / Master
The default openssl.cnf files in OS X (Up to and including El Capitan) explicitly forbids the generation of utf8 strings into certificates.
This overrides the -utf8 command line flag. The fix will be to generate our own openssl.cnf and use this.