add vmware-tools
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
type: menu
|
||||
description:
|
||||
title: "Manage SMS Certificates"
|
||||
label:
|
||||
items:
|
||||
- type: multiple
|
||||
config: "config/manage_cert/sms/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: "Replace SMS self-signed certificate"
|
||||
label: "Replace SMS self-signed certificate"
|
||||
operations:
|
||||
- type: single
|
||||
config: "config/op_prevalidate_credential.yaml"
|
||||
- type: single
|
||||
entry_point:
|
||||
module: "operation.manage_certificate"
|
||||
method: "manage_sms_certificate_with_self_signed"
|
||||
@@ -0,0 +1,11 @@
|
||||
type: operation-group
|
||||
description:
|
||||
title:
|
||||
label: "Replace SPS-extension certificate"
|
||||
operations:
|
||||
- type: single
|
||||
config: "config/op_prevalidate_credential.yaml"
|
||||
- type: single
|
||||
entry_point:
|
||||
module: "operation.manage_certificate"
|
||||
method: "manage_sps_certificate_with_vmca_signed"
|
||||
Reference in New Issue
Block a user