2021-10-05 10:50:21 +00:00
|
|
|
- variable: tls
|
2022-08-08 21:25:02 +00:00
|
|
|
label: TLS-Settings
|
2021-10-05 10:50:21 +00:00
|
|
|
schema:
|
|
|
|
type: list
|
|
|
|
default: []
|
|
|
|
items:
|
|
|
|
- variable: tlsEntry
|
2022-08-08 21:25:02 +00:00
|
|
|
label: Host
|
2021-10-05 10:50:21 +00:00
|
|
|
schema:
|
2022-01-21 00:35:59 +00:00
|
|
|
additional_attrs: true
|
2021-10-05 10:50:21 +00:00
|
|
|
type: dict
|
|
|
|
attrs:
|
|
|
|
- variable: hosts
|
2022-08-08 21:25:02 +00:00
|
|
|
label: Certificate Hosts
|
2021-10-05 10:50:21 +00:00
|
|
|
schema:
|
|
|
|
type: list
|
|
|
|
default: []
|
|
|
|
items:
|
|
|
|
- variable: host
|
2022-08-08 21:25:02 +00:00
|
|
|
label: Host
|
2021-10-05 10:50:21 +00:00
|
|
|
schema:
|
|
|
|
type: string
|
|
|
|
default: ""
|
|
|
|
required: true
|
|
|
|
- variable: scaleCert
|
2022-08-08 21:25:02 +00:00
|
|
|
label: Select TrueNAS SCALE Certificate
|
2021-10-05 10:50:21 +00:00
|
|
|
schema:
|
|
|
|
type: int
|
|
|
|
$ref:
|
|
|
|
- "definitions/certificate"
|