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 .
thks.

Reply via email to