Skip to main content
  • Place orders quickly and easily
  • View orders and track your shipping status
  • Enjoy members-only rewards and discounts
  • Create and access a list of your products
  • Manage your Dell EMC sites, products, and product-level contacts using Company Administration.

Dell VxRail: Como importar manualmente o certificado SSL do vCenter no VxRail Manager

Summary: Guia passo a passo para importar manualmente o certificado SSL do vCenter no VxRail.

This article may have been automatically translated. If you have any feedback regarding its quality, please let us know using the form at the bottom of this page.

Article Content


Symptoms

Em algumas situações, será necessário importar manualmente os certificados SSL no vCenter após a implementação inicial do VxRail.

Cause

Substituindo o certificado autoassinado SSL do vCenter por um certificado de propriedade anterior.

Resolution

Um script Python é anexado a este artigo em um arquivo zip (verifique a parte inferior do artigo) para fornecer o processo de importação. Execute este script como Root no VxRail Manager e insira "--help" para obter o uso. Remova o script após o uso.
 
Nota: O script funciona no VxRail 4.5.x, 4.7.x, 7.x e 8.x. O script deste artigo da KB foi atualizado em 5 de fevereiro de 2024.
A partir da versão 7.0.480, o script foi adicionado ao gerenciador do VxRail em "/pt-br/ssl/cert_util.py". Você pode executar esse script diretamente. 

Siga estas etapas para substituir certificados no VxRail Manager:   
  1. Faça download do arquivo cert_util_pkb.zip do script Python e faça o carregamento no VxRail Manager.
  2. Agora você deve usar o SSH log-in no VxRail Manager e alternar para o usuário ROOT.
  3. Extraia o arquivo cert_util_pkb.zip:
    # unzip cert_util_pkb.zip
  4. Execute o script:
    # python cert_util.py
  5. Aguarde até que a IU do plug-in do VxRail seja carregada. Pode levar até 10 minutos para que a IU seja lida.
Exemplo de saída de script:
vxm:/home/mystic # python cert_util.py
Verify certificate against vCenter vcluster101-vcsa.vv003.local
Downloaded root CA certificate zip to /tmp/tmpw2w8j7_r
Downloaded root CA certificate zip from vcluster101-vcsa.vv003.local
Found certificates ['certs/lin/53f38aa6.0', 'certs/lin/53f38aa6.r0'] that can verify server certificate
Clean up existing certificates in /var/lib/vmware-marvin/trust/
 - Removing /var/lib/vmware-marvin/trust/lin/53f38aa6.r0
 - Removing /var/lib/vmware-marvin/trust/lin/53f38aa6.0
Clean up existing crl files in /var/lib/vmware-marvin/trust/crl/
Root CA certificate /tmp/certs/lin is saved at /var/lib/vmware-marvin/trust/.
Remove /tmp/certs directory.
Delete saved CRL info in cacheservice...
1
1
Restarting vmware-marvin service...
Restarting runjars service...

Additional Information

Attachments


cert_util_pkb_pt_BR_1.zip

Article Properties


Affected Product

VxRail, VxRail Software

Last Published Date

12 Jul 2024

Version

49

Article Type

Solution