30 lines
1.3 KiB
YAML
30 lines
1.3 KiB
YAML
|
- variable: tls
|
||
|
label: "TLS-Settings"
|
||
|
schema:
|
||
|
type: list
|
||
|
default: []
|
||
|
items:
|
||
|
- variable: tlsEntry
|
||
|
label: "Host"
|
||
|
schema:
|
||
|
type: dict
|
||
|
attrs:
|
||
|
- variable: hosts
|
||
|
label: "Certificate Hosts"
|
||
|
schema:
|
||
|
type: list
|
||
|
default: []
|
||
|
items:
|
||
|
- variable: host
|
||
|
label: "Host"
|
||
|
schema:
|
||
|
type: string
|
||
|
default: ""
|
||
|
required: true
|
||
|
- variable: scaleCert
|
||
|
label: "Select TrueNAS SCALE Certificate"
|
||
|
schema:
|
||
|
type: int
|
||
|
$ref:
|
||
|
- "definitions/certificate"
|