VMware VCM 5.3 - TRANSPORT LAYER SECURITY IMPLEMENTATION Manual de usuario Pagina 26

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 34
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 25
TLS Implementation for VCM
TECHNICAL WHITE PAPER / 26
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'
Vista de pagina 25
1 2 ... 21 22 23 24 25 26 27 28 29 30 31 32 33 34

Comentarios a estos manuales

Sin comentarios