Re: how to add x509v3 extension

2000-12-02 Thread Kikuyo Nagamatsu
Thank you for your every reply, Dr. Henson, I think I can understand my fault just now. (yes, it's so late) I'll read the manual of commands and openssl.txt, and think well, and try again. Thnak you so much for your help, and I hope I'll be enable to notie you a good report. Dr S N Henson wrote

Re: how to add x509v3 extension

2000-12-02 Thread Dr S N Henson
Kikuyo Nagamatsu wrote: > > Thank you for your rapid reply, > I'm going to read the openssl.txt very well. (really to say, > I could not understand that meaning well..I'm sorry.) > > When I made a self-certificate using following command, > openssl req -x509 -newkey rsa:1024 -keyout self

Re: how to add x509v3 extension

2000-12-01 Thread Kikuyo Nagamatsu
Thank you for your rapid reply, I'm going to read the openssl.txt very well. (really to say, I could not understand that meaning well..I'm sorry.) When I made a self-certificate using following command, openssl req -x509 -newkey rsa:1024 -keyout selfkey.pem -out selfcert.pem I can find

Re: how to add x509v3 extension

2000-12-01 Thread Dr S N Henson
Kikuyo Nagamatsu wrote: > > Hi all, > I am a very beginner of OpenSSL. > > I want to add one of x509v3 extensions (AuthorityInfoAccess) > to a certificate, but I can't. > How can I know the way to add extensions? Is there some document? > > Or,if there is someone who did it, can you show me t

how to add x509v3 extension

2000-12-01 Thread Kikuyo Nagamatsu
Hi all, I am a very beginner of OpenSSL. I want to add one of x509v3 extensions (AuthorityInfoAccess) to a certificate, but I can't. How can I know the way to add extensions? Is there some document? Or,if there is someone who did it, can you show me the way? (I'm using 0.9.5a) Now I have two p