VMware NSX 4.x Professional (2023) — Question 18
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?
Answer options
- A. Send an API call to https://<nsx-mgr>/api/v1/cluster/api-certificate? action=set_cluster_certificate&certificate_id=<certificate_id>
- B. Send an API call to https://<nsx-mgr>/api/v1/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 vip install <certificate_id>
- D. SSH as admin into the NSX manager with the cluster VIP IP and run nsxcli cluster certificate node install <certificate_id>
Correct answer: A
Explanation
The correct answer is A because it specifically targets the cluster certificate for the NSX Manager Cluster VIP using the appropriate API call. Options B, C, and D are incorrect as they do not address the cluster VIP directly or utilize the correct API endpoint for this specific task.