Hi Pierre I finally found the problem, the openssl prefix was set wrong in my configure script. Now it works, except that i cannot export priv and pub Key of the RA Admin (PKCS12 style). I get an apache error, the scripts seems to print an xml instead of html. Many thanks and best regards, Pascal.
-----Urspr�ngliche Nachricht----- Von: Pierre Scholtes [mailto:[EMAIL PROTECTED] Gesendet: Thursday, July 31, 2003 10:53 AM An: [EMAIL PROTECTED] Betreff: [Openca-Users] R�f. : [Openca-Users] Cannot create new OpenCA tokenobject Hi Pascal I had a similar error, (Configuration Error. Cannot initialize cryptographic layer (configurationfile /usr/local/pki/UnicibleICA4/etc/token.xml)!Cannot create new OpenCA Token object. .) I solved it by editing the token.xml file and replacing the reference to openssl by the entire path to openssl. <option> <name>SHELL</name> <value>/usr/local/ssl/openssl</value> (was <value>openssl</value>) </option> I don't know why it works this way and not with a simple call to openssl. (what is strange is that I do not have to give the entire path in the dfferent .conf files in etc/servers; there it works by simply calling openssl) Hope this works for you too Pierre _________________________ Pierre Scholtes Unicible tel: +41 (0)21 644 6111 fax: +41 (0)21 644 6300 mailto:[EMAIL PROTECTED] http://www.unicible.ch "Pascal C. Kocher" <[EMAIL PROTECTED]> Envoy� par : [EMAIL PROTECTED] 30.07.2003 16:32 Pour : <[EMAIL PROTECTED]> cc : Objet : [Openca-Users] Cannot create new OpenCA token object Hello list I currently setting up the most recent snapshot of openca (0523). Upon initialization of the CA, I get the error quoted in the subject. I checked token.xml, but no apparent setting seems to be wrong, except that all the PEM files don't exist yet. Any hints? Best regards, Pascal. ------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01 /01 _______________________________________________ Openca-Users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/openca-users ------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 _______________________________________________ Openca-Users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/openca-users
