Appendix B: Updating The Collector Certificate Thumbprint In The Vcm Collector Database - VMware VCM 5.3 - TRANSPORT LAYER SECURITY IMPLEMENTATION Manual

Vcenter configuration manager transport layer security implementation
Table of Contents

Advertisement

Appendix B: Updating the Collector Certificate
Thumbprint in the VCM Collector Database
1. Within MMC, navigate to the Collector Certificate.
2. Right-click the certificate, and then select Open. The Certificate Information window appears.
3. Click the Details tab, and then scroll down to the Thumbprint field. Copy the value for use in the SQL script
shown below.
4. Use the following SQL script to update the Enterprise Certificate in the VCM Collector database (replace "68
32 d7 fd 4d 9d 29 ba ac 0c 2c 90 8f 64 4b 52 d8 b0 16 0d" with your Collector Certificate's thumbprint.
use <insert your VCM SB name here>
update ecm_sysdat_configuration_values
set configuration_value = upper(replace(
'68 32 d7 fd 4d 9d 29 ba ac 0c 2c 90 8f 64 4b 52 d8 b0 16 0d'
,' ',''))
where configuration_name='config_security_certificate_fingerprint'
TLS Implementation for VCM
TECHNICAL WHITE PAPER / 26

Advertisement

Table of Contents
loading

This manual is also suitable for:

Vcm 5.3

Table of Contents