Hi Johnny,

>> you have a syntax error in your token.xml
>> configuration file.
>> Remove the extra <option> tag preceding the
>> NFAST_HOME entry.
>
> Done, but the error message remains the same :-(
> What do you think the problem is?

the error you found in the log file indicates a configuration error
in the token.xml file. In particular - as it says in the log file
and in the documentation - the NFAST_HOME option was not defined.

This error is *only* generated if the nCipher module does not
find its NFAST_HOME option, so the best start is to have a triple
check on your token.xml file syntax.

Please make sure that your token.xml file is syntactically AND
semantically correct. OpenCA will complain about syntax errors,
but you are on your own on semantics.

The reason OpenCA started with your token.xml is that it is valid
XML but the entities may not be in the correct level:

>From your config file:
            <option>
                <name>SHELL</name>
                <value>/usr/bin/openssl</value>
            </option>
            <option>               !!!!!!!!!!!!!
            <option>
                <name>NFAST_HOME</name>
                <value>/opt/nfast</value>
            </option>              !!!!!!!!!!!!!!
                <name>WRAPPER</name>
                <value>/opt/nfast/bin/with-nfast -M</value>
            </option>

Did you correct these errors? Did the error messages in the log
change?

BTW: you should not make nCipher the default token, instead use
the OpenSSL token for this. Use nCipher as CA token instead.

cheers

Martin



-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
Openca-Users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openca-users

Reply via email to