Valid 202-450 Dumps shared by EduDump.com for Helping Passing 202-450 Exam! EduDump.com now offer the newest 202-450 exam dumps, the EduDump.com 202-450 exam questions have been updated and answers have been corrected get the newest EduDump.com 202-450 dumps with Test Engine here:
In response to a certificate signing request, a certification authority sent a web server certificate along with the certificate of an intermediate certification authority that signed the web server certificate. What should be done with the intermediate certificate in order to use the web server certificate with Apache HTTPD?
Correct Answer: A
Explanation When using a web server certificate that is signed by an intermediate certification authority, the web server must also send the intermediate certificate to the client browser, so that the browser can verify the whole chain of trust. To do this, the web server must have both the web server certificate and the intermediate certificate in one file, which is specified in the SSLCertificateFile directive of Apache HTTPD. This way, the web server can send both certificates to the client in one response. The order of the certificates in the file is important: the web server certificate must come first, followed by the intermediate certificate. The file can be created by concatenating the two certificates with a text editor or the cat command. References: LPIC-2 202 exam objectives, topic 218.1: Implementing HTTPS Apache HTTPD documentation, section: SSLCertificateFile Directive How to install an Intermediate SSL Certificate on Apache