|
OS: win 2000
Can I use Korean when I specify a distinguished
name for some request?
If I create the request with differen tool and is
CN=����, but not openssl req commandt ool,
then the request is signed by openssl x509
normaly.
When I use the command openssl x509 -subject, It
prints:
/CN=\xB9\xC8\xC5\x7c
and actually it is really the hexadeciaml
representation of ����.
When I for the request creation openssl req and
specify the same DN, the request is also normaly signed
but after execution of openssl x509 -subject, I get
/CN=\xB8\xB6\xBE\xDF.
And this is not the hexadecimal rerpresentation of
����, but some unpritable string.
|
