howto: set extensions for root certificate

2000-09-19 Thread Markus Wagner
Hi, when signing new certificates with openssl ca one can use the -config option to specify which CA and options to use. But when creating a self signed root certificate there is no such option. So how can I specify the attributes of the self signed root certificate. Especially: Howto generate

Re: Problem with root cert on web page.

2000-08-11 Thread Markus Wagner
Hi Benny, I'd like to get the example code, too. Thank you, Markus Benny Chandra wrote: > > Hi Wyatt, > You cannot import any certificate to IE using MIME types > application/x-x509-ca-cert. I suggest you follow the way of MS Certificate > server importing root certificate. It send the certif

Piping into PEM pass phrase!!!

2000-07-31 Thread Markus Wagner
Hello, I am building a CA frontend in C/C++ and need to automatically provide input for the PEM pass phrase dialog when signing CSRs. I open three pipes for stdin/stdout/stderr, fork to openssl and write the pwd into stdin. But openssl doesnt read my input. The thing is: I already did this in P

Re: libcrypto/BIO: creating PEM in memory

2000-06-01 Thread Markus Wagner
Works, thanks! Markus "Barnes, Michael L." wrote: > > I've had success with BIO_get_mem_data(). I've never > played with BIO_get_mem_ptr(). > > Mike > > > -Original Message- > > From: Markus Wagner [mailto:[EMAIL PROTECTED]] > &