add vmware-tools
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
type: operation
|
||||
description: "View machine SSL certificate"
|
||||
title:
|
||||
label: "Machine SSL certificate"
|
||||
entry_point:
|
||||
module: operation.view_certificate
|
||||
method: view_machine_ssl_certificate
|
||||
@@ -0,0 +1,7 @@
|
||||
type: operation
|
||||
description: "View solution user certificates"
|
||||
title:
|
||||
label: "Solution User certificates"
|
||||
entry_point:
|
||||
module: operation.view_certificate
|
||||
method: view_solution_user_certificate
|
||||
@@ -0,0 +1,11 @@
|
||||
type: operation-group
|
||||
description: "View CA certificates in VMware Directory"
|
||||
title: "View CA certificates in VMware Directory"
|
||||
label: "CA certificates in VMware Directory"
|
||||
operations:
|
||||
- type: single
|
||||
config: "config/op_prevalidate_credential.yaml"
|
||||
- type: single
|
||||
entry_point:
|
||||
module: operation.view_certificate
|
||||
method: view_ca_certificates_in_vmdir
|
||||
@@ -0,0 +1,7 @@
|
||||
type: operation
|
||||
description: "View CA certificates in VECS"
|
||||
title: "CA Certificates in TRUSTED_ROOTS store in VECS"
|
||||
label: "CA certificates in VECS"
|
||||
entry_point:
|
||||
module: operation.view_certificate
|
||||
method: view_ca_certificates_in_vecs
|
||||
@@ -0,0 +1,7 @@
|
||||
type: operation
|
||||
description: "View SMS certificates"
|
||||
title: "View SMS certificates"
|
||||
label: "SMS certificates"
|
||||
entry_point:
|
||||
module: operation.view_certificate
|
||||
method: view_sms_certificates_in_vecs
|
||||
@@ -0,0 +1,7 @@
|
||||
type: operation
|
||||
description: "View data encipherment certificate"
|
||||
title:
|
||||
label: "Data Encipherment certificate"
|
||||
entry_point:
|
||||
module: operation.view_certificate
|
||||
method: view_data_encipherment_certificate
|
||||
@@ -0,0 +1,7 @@
|
||||
type: operation
|
||||
description:
|
||||
title: "View vCenter Extension Thumbprints"
|
||||
label: "vCenter Extension thumbprints"
|
||||
entry_point:
|
||||
module: operation.view_certificate
|
||||
method: view_vcenter_extension_thumbprints
|
||||
@@ -0,0 +1,7 @@
|
||||
type: operation
|
||||
description: "View STS signing certificates"
|
||||
title: "View STS signing certificates"
|
||||
label: "STS signing certificates"
|
||||
entry_point:
|
||||
module: operation.view_certificate
|
||||
method: view_sts_signing_certificates
|
||||
@@ -0,0 +1,6 @@
|
||||
type: operation
|
||||
description: "View VMCA certificate"
|
||||
label: "VMCA certificate"
|
||||
entry_point:
|
||||
module: operation.view_certificate
|
||||
method: view_VMCA_Certificate
|
||||
@@ -0,0 +1,7 @@
|
||||
type: operation
|
||||
description: "View Smart Card certificates"
|
||||
label: "Smart Card CA certificates"
|
||||
condition: 'CAC_CONFIGURED'
|
||||
entry_point:
|
||||
module: operation.view_certificate
|
||||
method: view_smart_card_certificates
|
||||
@@ -0,0 +1,12 @@
|
||||
type: operation-group
|
||||
description: "LDAPS Certificates"
|
||||
title: "LDAPS Certificates"
|
||||
label: "LDAPS Identity Source certificates"
|
||||
condition: 'HAS_LDAPS_IDENTITY_SOURCE'
|
||||
operations:
|
||||
- type: single
|
||||
config: 'config/op_prevalidate_credential.yaml'
|
||||
- type: single
|
||||
entry_point:
|
||||
module: operation.view_certificate
|
||||
method: view_ldaps_identity_source_certificates
|
||||
Reference in New Issue
Block a user