[EMAIL PROTECTED]([EMAIL PROTECTED])@2003.03.09 21:39:48 +0100: > Hi all, > OpenCA-0.9.1: > I try to import CA Certificate approved by Root and all I get is: > > Error 690: > Configuration Error. Missing Configuration Keyword: UnpackArchive > > It comes from importCACert but there is of course nothing in ca.conf like > UnpackArchive > > Is ImportCACert wrong for the new OpenCA-0.9.1?? > Greetings > Gandalf >
Hi, I had the same problem. I added the following lines to etc/servers/ca.conf, and then it worked: UnpackArchive "/bin/tar xvfp $orig -C $dest" CreateArchive "/bin/tar cvfp $dest " TestArchive "/bin/tar tvfp $dest" ExportDev "/dev/fd0" ImportDev "/dev/fd0" PreIOExec "" PostIOExec "" /Einar ------------------------------------------------------- This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger for complex code. Debugging C/C++ programs can leave you feeling lost and disoriented. TotalView can help you find your way. Available on major UNIX and Linux platforms. Try it free. www.etnus.com _______________________________________________ Openca-Users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/openca-users
