On 02-03-26 14:29:47 CET, chenhaiyong wrote: > Dear webmaster: who?
> When I use the openssl command: > > openssl req -config filename -new -x509 -days > 365 -key ca.key -out ca.crt > > to create a self signed certificate(ca.key is the > file where the CA's private key is put),what puzzles > me so much is that where is the CA's public key?I > can't find any information about it. it's inside the ca.key file. if you look at e.g. a RSA private key file, you see the modulus, the public exponent, the private exponent, prime1, prime2, exponent1, exponent2 and coefficient. the public key you can see in the certificate is the first of those two parts. > 汽车 -- 永不厌倦的话题 this is interesting. in my xterm i see half of those characters. is there any difference you can think of why 汽 永不 倦的 get displayed properly and 车 厌 话题 are only hollow boxes? rj ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]