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,14 @@
type: operation
description:
title:
label: "Generate Certificate Signing Request and private key"
entry_point:
module: operation.manage_certificate
method: generate_csr_and_private_key
arguments:
- name: cert_usage
value: "vmca"
- name: custom_openssl_config
value: false
- name: is_CA
value: true
@@ -0,0 +1,12 @@
type: operation
description:
title:
label: "Generate Certificate Signing Request and private key \n from custom OpenSSL configuration file"
entry_point:
module: operation.manage_certificate
method: generate_csr_and_private_key
arguments:
- name: cert_usage
value: "vmca"
- name: custom_openssl_config
value: true
@@ -0,0 +1,11 @@
type: operation-group
description:
title:
label: "Import CA-signed certificate and private key"
operations:
- type: single
config: "config/op_prevalidate_credential.yaml"
- type: single
entry_point:
module: "operation.reset_certificate"
method: "import_custom_ca_signed_vmca_certificate"
@@ -0,0 +1,11 @@
type: operation-group
description:
title:
label: "Import CA-signed certificate and private key \n and regenerate all certificates"
operations:
- type: single
config: "config/op_prevalidate_credential.yaml"
- type: single
entry_point:
module: "operation.reset_certificate"
method: "import_custom_ca_signed_vmca_certificate_and_reset_all"
@@ -0,0 +1,13 @@
type: menu
description:
title: "Replace VMCA certificate with a CA-signed certificate"
label: "Replace VMCA certificate with a CA-signed certificate"
items:
- type: multiple
config: "config/manage_cert/vmca/custom_ca_signed/op_*.yaml"
- type: navigation:return
label: "Return to previous menu"
key: "R"
default: true
hidden: true
use_label_as_key: True
@@ -0,0 +1,11 @@
type: operation-group
description:
title:
label: "Replace VMCA certificate with a self-signed certificate \n and regenerate all certificates"
operations:
- type: single
config: "config/op_prevalidate_credential.yaml"
- type: single
entry_point:
module: "operation.reset_certificate"
method: "replace_vmca_cert_and_regenerate_all"
@@ -0,0 +1,12 @@
type: operation-group
description:
title:
label: "Replace VMCA certificate with a self-signed certificate"
operations:
- type: single
config: "config/op_prevalidate_credential.yaml"
- type: single
entry_point:
module: "operation.reset_certificate"
method: "replace_vmca_cert"