[Contents] [Prev] [Next] [Index] [Report an Error]


Usage

<configuration>
    <security>
        <authentication-key-chains>
            <key-chain>
                <name>name</name> <!-- identifier -->
                <description>description</description>
                <tolerance>seconds</tolerance>
                <key>...</key> <!-- mandatory -->
            </key-chain>
        </authentication-key-chains>
    </security>
</configuration>

Description

Key chain configuration.

Contents

<description>—Text description of this authentication-key-chain.

<key>—Authentication element configuration.

<name>—Name of authentication key chain.

<tolerance>—Clock skew tolerance.


[Contents] [Prev] [Next] [Index] [Report an Error]