An administrator has been tasked with implementing the SSL certificates for the NSX Manager Cluster VIP. Which is the correct way to implement this change?
A.
Send an API call to https://<nsx-mgr>/api/vl/cluster/api-certificate?action=set_cluster_certificate&certificate_id=<certificate_id>
B.
Send an API call to https://<nsx-mgr>/api/vl/node/services/http?action=apply_certificate&certificate_id=<certificate_id>
C.
SSH as admin into the NSX manager with the cluster VIP IP and run nsxcli cluster certificate node install <certificate_id>
D.
SSH as admin into the NSX manager with the cluster VIP IP and run nsxcli cluster certificate vip install <certificate_id>
o implement SSL certificates for the NSX Manager Cluster VIP, you need to install the certificate specifically for the VIP. This is done by accessing the NSX Manager node via SSH and using the nsxcli command.
The correct command to install a certificate for the Cluster VIP is:
nsxcli cluster certificate vip install <certificate_id>
This command is used to apply the certificate to the VIP, ensuring secure connections to the NSX Manager Cluster.
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
electro165
1 week, 5 days agoamorcle
2 weeks, 6 days ago