add vmware-tools

This commit is contained in:
Your Name
2026-06-23 11:27:54 +08:00
parent 2a794fa8d3
commit 4f39d384e2
198 changed files with 14170 additions and 0 deletions
@@ -0,0 +1,21 @@
type: menu
description: "Check SSL Trust Anchors"
title: "Check SSL Trust Anchors"
sub_title: "Additional output options:"
label: "Check SSL Trust Anchors"
run_once: True
items:
- type: single
config: "config/manage_cert/trust_anchors/op_check_none.yaml"
default: True
- type: single
config: "config/manage_cert/trust_anchors/op_check_with_service_id.yaml"
- type: single
config: "config/manage_cert/trust_anchors/op_check_with_ep_uri.yaml"
- type: single
config: "config/manage_cert/trust_anchors/op_check_with_service_id_and_uri.yaml"
- type: single
config: "config/manage_cert/trust_anchors/op_check_with_fingerprint.yaml"
input:
text: "Please select additional information options [{CURRENT_MENU[__DEFAULT__]}]: "
@@ -0,0 +1,12 @@
type: operation-group
description: "Check SSL trust anchors"
title:
label: "None"
operations:
- type: single
config: "config/op_prevalidate_credential.yaml"
- type: single
entry_point:
module: "operation.manage_certificate"
method: "check_ssl_trust_anchors"
@@ -0,0 +1,15 @@
type: operation-group
description: "Check SSL trust anchors"
title:
label: "Show associated endpoint URIs"
operations:
- type: single
config: "config/op_prevalidate_credential.yaml"
- type: single
entry_point:
module: "operation.manage_certificate"
method: "check_ssl_trust_anchors"
arguments:
- name: "show_endpoint_uris"
value: true
@@ -0,0 +1,14 @@
type: operation-group
description: "Check SSL trust anchors"
title:
label: "Show the SHA256 fingerprint of the certificates"
operations:
- type: single
config: "config/op_prevalidate_credential.yaml"
- type: single
entry_point:
module: "operation.manage_certificate"
method: "check_ssl_trust_anchors"
arguments:
- name: "use_sha256_fingerprint"
value: true
@@ -0,0 +1,15 @@
type: operation-group
description: "Check SSL trust anchors"
title:
label: "Show associated Service IDs"
operations:
- type: single
config: "config/op_prevalidate_credential.yaml"
- type: single
entry_point:
module: "operation.manage_certificate"
method: "check_ssl_trust_anchors"
arguments:
- name: "show_service_id"
value: true
@@ -0,0 +1,16 @@
type: operation-group
description: "Check SSL trust anchors"
title:
label: "Show both associated Service IDs and endpoint URIs"
operations:
- type: single
config: "config/op_prevalidate_credential.yaml"
- type: single
entry_point:
module: "operation.manage_certificate"
method: "check_ssl_trust_anchors"
arguments:
- name: "show_service_id"
value: true
- name: "show_endpoint_uris"
value: true
@@ -0,0 +1,11 @@
type: operation-group
description: "Update SSL trust anchors"
title:
label: "Update SSL Trust Anchors"
operations:
- type: single
config: "config/op_prevalidate_credential.yaml"
- type: single
entry_point:
module: "operation.manage_certificate"
method: "manage_ssl_trust_anchors"