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


Usage

<configuration>
    <system>
        <services>
            <web-management>
                <https>
                    <port>port</port>
                    <local-certificate>local-certificate</local-certificate>
                    <pki-local-certificate>pki-local-certificate</pki-local-certificate>
                    <system-generated-certificate/>
                    <interface>...</interface>
                </https>
            </web-management>
        </services>
    </system>
</configuration>

Description

Encrypted HTTPS connections.

Contents

<interface>—Interfaces that accept HTTPS access.

<local-certificate>—X.509 certificate to use (from configuration).

<pki-local-certificate>—X.509 certificate to use (from PKI local store).

<port>—TCP port for incoming HTTPS connections.

<system-generated-certificate>—X.509 certificate generated automatically by system.


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