RedHat EX200 Exam - Topic 5 Question 120 Discussion
You have a domain named www.rhce.com associated IP address is 192.100.0.2. Configure the Apache web server by implementing the SSL for encryption communication.
A) Explanation:
vi /etc/httpd/conf.d/ssl.conf <VirtualHost 192.100.0.2> ServerName www.rhce.com DocumentRoot /var/www/rhce DirectoryIndex index.html index.htm ServerAdmin webmaster@rhce.com SSLEngine on SSLCertificateFile /etc/httpd/conf/ssl.crt/server.crt SSLCertificateKeyFile /etc/httpd/conf/ssl.key/server.key </VirtualHost>
cd /etc/httpd/conf
3 make testcert
Create the directory and index page on specified path. (Index page can download from ftp://server1.example.com at exam time)
service httpd start|restart
chkconfig httpd on
Apache can provide encrypted communications using SSL (Secure Socket Layer). To make use of encrypted communication, a client must request to https protocol, which is uses port 443. For HTTPS protocol required the certificate file and key file.
Lemuel
5 months agoAron
5 months agoDoyle
5 months agoEmerson
5 months agoJuliann
5 months agoIsabella
6 months agoBrittni
6 months agoErick
6 months agoValentin
7 months agoMargarett
7 months agoParis
7 months agoDaisy
7 months agoLavonne
7 months agoShonda
7 months agoLino
8 months agoPansy
8 months agoTy
8 months agoStephen
8 months agoParis
8 months agoErick
8 months agoArlette
9 months agoPamella
9 months agoMozell
9 months agoVicente
10 months agoClay
10 months agoLouann
4 months agoElvera
4 months agoMarsha
5 months agoKattie
9 months agoBev
9 months ago