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


Usage

<configuration>
    <security>
        <pki>
            <ca-profile>
                <name>name</name> <!-- identifier -->
                <ca-identity>ca-identity</ca-identity> <!-- mandatory -->
                <enrollment>...</enrollment>
                <revocation-check>...</revocation-check>
            </ca-profile>
        </pki>
    </security>
</configuration>

Description

Certificate authority profile configuration.

Contents

<ca-identity>—Certificate authority identifier.

<enrollment>—Enrollment parameters for certificate authority.

<name>—Name of certificate authority profile.

<revocation-check>—Method for checking certificate revocations.


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