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: Jak ručně importovat certifikát vCenter SSL v nástroji VxRail Manager

Summary: Podrobný návod k ručnímu importu certifikátu vCenter SSL na zařízení 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

V některých situacích bude po počátečním nasazení VxRail nutné ručně importovat certifikáty SSL v nástroji vCenter.

Cause

Výměna certifikátu podepsaného držitelem vCenter SSL za dříve vlastněný certifikát.

Resolution

K tomuto článku je připojen skript Python v souboru zip (podívejte se do spodní části článku), který vám poskytne proces importu. Spusťte tento skript jako uživatel ROOT v nástroji VxRail Manager a pomocí příkazu „--help“ získáte informace o využití. Po použití skript odeberte.
 
POZNÁMKA: Skript funguje na zařízení VxRail 4.5.x, 4.7.x, 7.x a 8.x. Skript v tomto článku databáze znalostí byl aktualizován 5. února 2024.
Od verze 7.0.480 byl skript přidán do nástroje VxRail Manager na adrese "/ssl/cert_util.py". Tento skript můžete spustit přímo. 

Certifikáty v nástroji VxRail Manager nahradíte následovně:   
  1. Stáhněte si skript Python cert_util_pkb.zip a nahrajte jej do nástroje VxRail Manager.
  2. Nyní je nutné se přihlásit pomocí protokolu SSH do nástroje VxRail Manager a přepnout na uživatele ROOT.
  3. Rozbalte soubor cert_util_pkb.zip:
    # unzip cert_util_pkb.zip
  4. Spusťte skript:
    # python cert_util.py
  5. Počkejte, než se načte uživatelské rozhraní doplňku VxRail. Načtení uživatelského rozhraní může trvat až 10 minut.
Příklad výstupu skriptu:
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_cs_1.zip

Article Properties


Affected Product

VxRail, VxRail Software

Last Published Date

12 Jul 2024

Version

49

Article Type

Solution