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


Usage

<configuration>
    <system>
        <services>
            <xnm-ssl>
                <local-certificate>local-certificate</local-certificate> <!-- mandatory -->
                <connection-limit>connection-limit</connection-limit>
                <rate-limit>rate-limit</rate-limit>
            </xnm-ssl>
        </services>
    </system>
</configuration>

Description

Allow SSL-based JUNOScript connections.

Contents

<connection-limit>—Maximum number of allowed connections.

<local-certificate>—Name of local X.509 certificate to use.

<rate-limit>—Maximum number of connections per minute.


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