VMware VCM 5.3 - TRANSPORT LAYER SECURITY IMPLEMENTATION Manual do Utilizador Página 26

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 34
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 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 página 25
1 2 ... 21 22 23 24 25 26 27 28 29 30 31 32 33 34

Comentários a estes Manuais

Sem comentários