mirror of
https://github.com/Telecominfraproject/wlan-ucentral-schema.git
synced 2026-01-27 18:23:32 +00:00
28 lines
743 B
YAML
28 lines
743 B
YAML
description:
|
|
When running a local EAP server or using STA/MESH to connect to another BSS
|
|
a set of certificates is required.
|
|
type: object
|
|
properties:
|
|
use-local-certificates:
|
|
description:
|
|
The device will use its local certificate bundle for the TLS setup and
|
|
ignores all other certificate options in this section.
|
|
type: boolean
|
|
default: false
|
|
ca-certificate:
|
|
description:
|
|
The local servers CA bundle.
|
|
type: string
|
|
certificate:
|
|
description:
|
|
The local servers certificate.
|
|
type: string
|
|
private-key:
|
|
description:
|
|
The local servers private key/
|
|
type: string
|
|
private-key-password:
|
|
description:
|
|
The password required to read the private key.
|
|
type: string
|