creating pkcs#8 certificates..

2000-09-26 Thread Shashank
Hi, I tried to create pkcs#8 certs, but on the very first step when I type D:\certsbash CA.sh -newca CA certificate filename (or enter to create) Making CA certificate ... Using configuration from /usr/local/ssl/openssl.cnf Unable to load config info Loading 'screen' into random state - done

Re: creating pkcs#8 certificates..

2000-09-26 Thread Shashank
Well, I just figured out the following step tries to use configuration from /usr/local/ssl/openssl.cnf while installing I had problem so had to install manually . I created three folder in c:\ssl and copied all appropriate files in resp dir..(bin, include, and lib).. anyway, ok now it should

Re: creating pkcs#8 certificates..

2000-09-26 Thread Dr S N Henson
Shashank wrote: Hi, I tried to create pkcs#8 certs, but on the very first step when I type Well you'll have a problem there. There's no such thing as a "pkcs#8 certificate". PKCS#8 is a private key format. D:\certsbash CA.sh -newca CA certificate filename (or enter to create)

Re: creating pkcs#8 certificates..

2000-09-26 Thread Shashank
Hi, openssl.conf is in path .. shashank Dr S N Henson wrote: Shashank wrote: Hi, I tried to create pkcs#8 certs, but on the very first step when I type Well you'll have a problem there. There's no such thing as a "pkcs#8 certificate". PKCS#8 is a private key format.