add vmware-tools
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
type: operation
|
||||
description:
|
||||
title: "Checking for SSL Interception"
|
||||
label: "Check for SSL Interception"
|
||||
entry_point:
|
||||
module: operation.check_certificate
|
||||
method: check_ssl_interception
|
||||
@@ -0,0 +1,9 @@
|
||||
type: operation-group
|
||||
description:
|
||||
title:
|
||||
label: 'Check STS server certificate and configuration'
|
||||
operations:
|
||||
- type: single
|
||||
config: 'config/op_prevalidate_credential.yaml'
|
||||
- type: single
|
||||
config: 'config/check_config/sts_config/op_check_sts_config.yaml'
|
||||
@@ -0,0 +1,10 @@
|
||||
type: operation
|
||||
description:
|
||||
title: "Checking VECS Stores"
|
||||
label: "Check VECS store status and permissions"
|
||||
entry_point:
|
||||
module: operation.check_configuration
|
||||
method: check_vecs_store_permissions
|
||||
arguments:
|
||||
- name: check_only
|
||||
value: false
|
||||
+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"
|
||||
@@ -0,0 +1,7 @@
|
||||
type: operation
|
||||
description:
|
||||
title:
|
||||
label:
|
||||
entry_point:
|
||||
module: operation.manage_configuration
|
||||
method: manage_sts_configuration
|
||||
Reference in New Issue
Block a user