Unsolved
1 Rookie
•
102 Posts
0
301
Renew VxRail vcenter SSL cert
what are the steps to renew the vCenter SSL cert in my VxRail.
the default cert has a 2 yr expiry date which is ending in 2nd July 2023.
Unsolved
1 Rookie
•
102 Posts
0
301
what are the steps to renew the vCenter SSL cert in my VxRail.
the default cert has a 2 yr expiry date which is ending in 2nd July 2023.
Top
Cipo80
24 Posts
0
June 27th, 2023 01:00
Hi, I've my personal and tested procedure with screenshots and comments, but it's in Italian, today I haven't time to translate for you, but you can do easly by Google, hope that help:
Verificare la scadenza del certificato collegandosi in SSH al vcenter, abilitando shell, eseguire questo comando:
for store in $(/usr/lib/vmware-vmafd/bin/vecs-cli store list | grep -v TRUSTED_ROOT_CRLS); do echo "[*] Store :" $store; /usr/lib/vmware-vmafd/bin/vecs-cli entry list --store $store --text | grep -ie "Alias" -ie "Not After";done;
/usr/lib/vmware-vmca/bin/certificate-manager
Skippare dando invio a tutte le opzioni tranne quella dell’FQDN dove andrà inserito l’FQDN del vcenter.
Alla domanda relativa al name della VMCA, inserire: VxRail CA
Alla fine chiede un riavvio dei servizi, confermare con Y ci mette un po a riavviarli (minuti).