when i copy my key file on a floppy and link the file cakey.pem to the floppy file, then the ca frontend tells me, that i entered the wrong password. im sure thats the right password. so it must be, that openssl doesnt accept the link. the floppy fs is vfat. is that the problem? how can i solve that? i must have the key file on a floppy.
*** can you copy here the error log of apache? maybe there is something interesting. Have you opened the cakey file on windows? Check the mount, and then try to open the link to cakey file with some other program (less) or try to run
openssl rsa -in /link/to/cakey/file/on/floppy -text -noout
if there is any output (prime{1,2}, exponent{1,2}...) openssl has no problem with symlinks.
Check the permission of the mounted floppy (apache user needs to have access to this file, probably use
mount -o uid=apache,umask=077 /dev/fd0 /mnt/floppy
I hope something will help you.
Bye.
Robert Wolf.
-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
Openca-Users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/openca-users
