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


Usage

<configuration>
    <security>
        <certificates>
            <local>...</local>
            <path-length>path-length</path-length>
            <maximum-certificates>maximum-certificates</maximum-certificates>
            <cache-size>bytes</cache-size>
            <cache-timeout-negative>cache-timeout-negative</cache-timeout-negative>
            <enrollment-retry>enrollment-retry</enrollment-retry>
            <certification-authority>...</certification-authority>
        </certificates>
    </security>
</configuration>

Description

X.509 certificate configuration.

Contents

<cache-size>—Maximum size of certificate cache.

<cache-timeout-negative>—Time in seconds to cache negative responses.

<certification-authority>—CA X.509 certificate configuration.

<enrollment-retry>—Number of retry attempts for an enrollment request.

<local>—Local X.509 certificate configuration.

<maximum-certificates>—Maximum number of certificates to cache.

<path-length>—Maximum certificate path length.


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