Which Apache HTTPD configuration directive specifies the RSA private key that was used in the generation of the SSL certificate for the server?
Which Apache HTTPD configuration directive specifies the RSA private key that was used in the generation of the SSL certificate for the server?
The Apache HTTPD configuration directive that specifies the RSA private key used in the generation of the SSL certificate for the server is SSLCertificateKeyFile. This directive is used to point to the file containing the server's private key, which corresponds to the public key that is part of the SSL certificate. The correct directive is SSLCertificateKeyFile.
A is correct!