Re: CRL's.....HELP

2000-04-05 Thread hazel_gao
1. First, use "openssl ca" to generate a CRL. 2. Make sure that your web server supports CRL check. If it does, add the CRL file path to the web conf file. Hazel Michael Harvey wrote: I Neeed Help with setting up CRL's I run a small www site for a special group I set up a Self signed CA My

Re: X.509 storage

2000-04-05 Thread hazel_gao
You can go and look into the files in openssl-0.9.x/apps, that is what I have done. I learned a lot from those sample code. Hazel xavier wrote: Hi, I'd like to retrieve a X.509 cert from a file and populate a X509 structure with it. I'm swimming in the doc but I don't know which routine