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


Usage

<configuration>
    <security>
        <ike>
            <policy>
                <name>name</name> <!-- identifier -->
                <mode>mode-choice</mode>
                <description>description</description>
                <proposals>...</proposals>
                <local-certificate>local-certificate</local-certificate>
                <local-key-pair>local-key-pair</local-key-pair>
                <encoding>encoding-choice</encoding>
                <identity>identity</identity>
                <pre-shared-key>...</pre-shared-key>
            </policy>
        </ike>
    </security>
</configuration>

Description

Define an IKE policy.

Contents

<description>—Text description of IKE policy.

<encoding>—Encoding to use for certificate or CRL on disk.

<identity>—Define the remote certificate name.

<local-certificate>—File to read certificate from.

<local-key-pair>—File to read key-pair from.

<mode>—Define the IKE first phase mode.

<name>—IKE peer address.

<pre-shared-key>—Define a preshared key.

<proposals>—Define the set of IKE proposals.


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