add vmware-tools
This commit is contained in:
@@ -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
|
||||
+12
@@ -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
|
||||
+11
@@ -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"
|
||||
+11
@@ -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"
|
||||
Reference in New Issue
Block a user