VMware Cloud Community
Debashis5352
Contributor
Contributor

solution user certificate in vc 7.0

Hi All

Can anyone advise if solution user certificate renewal required in vc 7.0 ?As my understanding is solution user certificate has been depricated in vc 7.0 .Also if i will look to the certificate management gui from administration option i am not able to locate any solution user cerificate .Any advise is realy helpfull.

Reply
0 Kudos
2 Replies
pkvmw
VMware Employee
VMware Employee

Hi @Debashis5352,

not sure how it works using the Certificate Management, but you can also check the certificates via CLI using following one-liner in the vCenter-bash-shell:

$ for i in $(/usr/lib/vmware-vmafd/bin/vecs-cli store list); do echo STORE $i; sudo /usr/lib/vmware-vmafd/bin/vecs-cli entry list --store $i --text | egrep "Alias|Not After"; done

(Source of the command: https://kb.vmware.com/s/article/76719)

If one or more are expired, you can renew them using the certificate-manager (option 6 if I'm not mistaken).

Regards,
Patrik

Reply
0 Kudos
8islas
Enthusiast
Enthusiast

Reply
0 Kudos