On Sun, Jan 06, 2013, ?????? wrote: > i use the following command to display a certficate > x509 -in cert.der -text -noout -nameopt multiline > > this certificate includes dn with utf8 string(chinsese) > but the dn is display as > > Subject: > countryName = CN > stateOrProvinceName = \U5E7F\U4E1C\U7701 > localityName = \U5E7F\U5DDE\U5E02 > organizationName = \U6D4B\U8BD5 > commonName = \U4EFF\U7528\U6237\U8BC1\U4E66 > > > this is quiet unreadable. > is anyway to display this is chinese .
Try -nameopt multiline,-esc_msb,utf8 -- Dr Stephen N. Henson. OpenSSL project core developer. Commercial tech support now available see: http://www.openssl.org ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [email protected] Automated List Manager [email protected]
