Hi, I am using openssl on win xp 32. When I try to sign a request, openssl throws an error to the effect
c:\>openssl ca -config openssl.cfg -policy policy_anything -out "test.crt" -key p -batch -infiles test.csr Using configuration from openssl.cfg 0 entries loaded from the database generating index default is an unsupported message digest type 5748:error:0E06D06C:configuration file routines:NCONF_get_string:no value:conf_lib.c:329:group= name=unique_subject I copied the openssl.cfg from the openssl installation directory and modified just one line - path of the ca which originally was "./demoCA" to "." Openssl version OpenSSL 0.9.8e 23 Feb 2007 thanks.