add vmware-tools
This commit is contained in:
+13
@@ -0,0 +1,13 @@
|
||||
type: menu
|
||||
description:
|
||||
title: "SSL Interception Certificate Management"
|
||||
label: "SSL Interception Certificate Management"
|
||||
items:
|
||||
- type: multiple
|
||||
config: "config/check_config/ssl_interception/op_*.yaml"
|
||||
- type: navigation:return
|
||||
label: "Return to previous menu"
|
||||
key: "R"
|
||||
default: True
|
||||
hidden: True
|
||||
use_label_as_key: True
|
||||
+11
@@ -0,0 +1,11 @@
|
||||
type: operation-group
|
||||
description:
|
||||
title:
|
||||
label: "Download and import CA certificates from the proxy"
|
||||
operations:
|
||||
- type: single
|
||||
config: "config/op_prevalidate_credential.yaml"
|
||||
- type: single
|
||||
entry_point:
|
||||
module: "operation.manage_certificate"
|
||||
method: "download_proxy_ca_certificates"
|
||||
+11
@@ -0,0 +1,11 @@
|
||||
type: operation-group
|
||||
description:
|
||||
title:
|
||||
label: "Import CA certificate(s) from a file"
|
||||
operations:
|
||||
- type: single
|
||||
config: "config/op_prevalidate_credential.yaml"
|
||||
- type: single
|
||||
entry_point:
|
||||
module: "operation.manage_certificate"
|
||||
method: "import_proxy_ca_certificates"
|
||||
Reference in New Issue
Block a user