Tag: Certificate

  • Adding Certificate to VMware vCenter 8.0U3

    by

    Step 1 Backup vCenter Step 2 Snapshot vCenter The certificate authority i was using was Windows Server 2022 I’d used this article to create a template, Remoted onto the certificate server: https://knowledge.broadcom.com/external/article?articleNumber=315271 Creating a new template for vSphere to use for VMCA as a Subordinate CA Note: If you have an encryption level higher than…

    Continue reading »

  • Certificate Status vCenter Alarm

    by

    Just a quick post to give details on how to fixed the Certificate Status alarm in vCenter. Error Certificate Status in vCenter. This was the VMware article used in the end: https://docs.vmware.com/en/VMware-vSphere/6.0/com.vmware.vsphere.security.doc/GUID-80C30209-028D-4F92-9551-CDB6B25A8403.html Started off by running this command: One of the commands above will give you a clue what certificate has expired, then list details…

    Continue reading »

  • ,

    NSX-T Install load balancing certificate

    by

    How to install a certificate on NSX-T to be used for Load balancing. If your given a PKCS12 certificate which contains both the certificate and private key. First you will need to export the certificate without private key and then separately export the private key. To achieve this, i’d used OpenSSL: https://www.openssl.org/ Step 1: Export…

    Continue reading »