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


Usage

<configuration>
    <security>
        <pki>
            <ca-profile>
                <enrollment>
                    <url>url</url>
                    <retry>retry</retry>
                    <retry-interval>retry-interval</retry-interval>
                </enrollment>
            </ca-profile>
        </pki>
    </security>
</configuration>

Description

Enrollment parameters for certificate authority.

Contents

<retry>—Number of enrollment retry attempts before aborting.

<retry-interval>—Interval in seconds between the enrollment retries.

<url>—Enrollment URL of certificate authority.


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