add vmware-tools
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
type: operation
|
||||
description:
|
||||
title:
|
||||
label: "Generate Certificate Signing Request and Private Key"
|
||||
entry_point:
|
||||
module: operation.reset_certificate
|
||||
method: generate_csr_and_private_key_of_soluser
|
||||
arguments:
|
||||
- name: custom_openssl_config
|
||||
value: false
|
||||
+10
@@ -0,0 +1,10 @@
|
||||
type: operation
|
||||
description:
|
||||
title:
|
||||
label: "Generate Certificate Signing Request and Private Key from custom OpenSSL configuration file"
|
||||
entry_point:
|
||||
module: operation.reset_certificate
|
||||
method: generate_csr_and_private_key_of_soluser
|
||||
arguments:
|
||||
- name: custom_openssl_config
|
||||
value: true
|
||||
+11
@@ -0,0 +1,11 @@
|
||||
type: operation-group
|
||||
description:
|
||||
title:
|
||||
label: "Import CA-signed Certificate and Key"
|
||||
operations:
|
||||
- type: single
|
||||
config: "config/op_prevalidate_credential.yaml"
|
||||
- type: single
|
||||
entry_point:
|
||||
module: operation.manage_certificate
|
||||
method: manage_solution_user_certificate_with_custom_ca_signed
|
||||
@@ -0,0 +1,13 @@
|
||||
type: menu
|
||||
description:
|
||||
title: "Replace Solution User certificates with CA-signed certificates (not recommended)"
|
||||
label: "Replace Solution User certificates with CA-signed certificates (not recommended)"
|
||||
items:
|
||||
- type: multiple
|
||||
config: "config/manage_cert/soluser/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 Solution User certificate with a VMCA-signed certificate"
|
||||
operations:
|
||||
- type: single
|
||||
config: "config/op_prevalidate_credential.yaml"
|
||||
- type: single
|
||||
entry_point:
|
||||
module: "operation.reset_certificate"
|
||||
method: "manage_solution_user_certificate_with_vmca_signed"
|
||||
Reference in New Issue
Block a user