LPIC-2 Exam 202 (Linux Engineer) — Question 80

Which Apache HTTPD configuration directive specifies the RSA private key that was used in the generation of the SSL certificate for the server?

Answer options

Correct answer: A

Explanation

The correct answer is A, SSLCertificateKeyFile, which specifically points to the file containing the RSA private key for the SSL certificate. The other options, while related to SSL configurations, are not the standard directive used for specifying the RSA private key in Apache HTTPD.