On Thu, Jul 03, 2003, Oliver Foden wrote:

> What sections are needed in a .cnf file to work with
> this command:
> 
> ca -gencrl -config root.cnf -out CRLfile.pem
> 
> im trying to create a CRL file to work with the code
> included but keep getting this error:
> 
> Using configuration from root.cnf
> .//index.txt: No such file or directory
> unable to open './/index.txt'
> 11230:error:02001002:system library:fopen:No such file
> or directory:bss_file.c:245:fopen('.//index.txt','r')
> 11230:error:20074002:BIO routines:FILE_CTRL:system
> lib:bss_file.c:247:
> error in ca
> 

You need the directory structure used by 'openssl ca' to maintain a CA. If you
are just handling CRLs then you might be able to just create an empty
index.txt file and use 'openssl ca -revoke'

Steve.
--
Dr Stephen N. Henson.
Core developer of the   OpenSSL project: http://www.openssl.org/
Freelance consultant see: http://www.drh-consultancy.demon.co.uk/
Email: [EMAIL PROTECTED], PGP key: via homepage.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to