CompTIA CySA+ (CS0-002) — Question 90

A security engineer must deploy X 509 certificates to two web servers behind a load balancer. Each web server is configured identically. Which of the following should be done to ensure certificate name mismatch errors do not occur?

Answer options

Correct answer: D

Explanation

Option D is correct because creating one certificate and exporting it to each web server ensures that they all share the same certificate, avoiding any name mismatch errors. Options A and C create multiple certificates with the same domain name, which does not resolve the mismatch issue. Option B only addresses the load balancer and not the individual web servers, which can also lead to mismatches.