i tried configure openssl with my own certificate .
but it failed at the last step .
windows command line :
openssl ca -in server.csr -out server.crt -cert ca.crt -keyfile ca.key -config openssl.cnf
( i have already create a folder in apache\bin\demoCA\newcert
create empty file : index.txt , serial.serial )
get error: no such file or directory :crypto\bio\bass.file ....

