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
3 months agoAron
3 months agoDoyle
3 months agoEmerson
3 months agoJuliann
3 months agoIsabella
4 months agoBrittni
4 months agoErick
4 months agoValentin
5 months agoMargarett
5 months agoParis
5 months agoDaisy
5 months agoLavonne
5 months agoShonda
5 months agoLino
6 months agoPansy
6 months agoTy
6 months agoStephen
6 months agoParis
6 months agoErick
6 months agoArlette
7 months agoPamella
7 months agoMozell
7 months agoVicente
8 months agoClay
8 months agoLouann
2 months agoElvera
2 months agoMarsha
3 months agoKattie
7 months agoBev
7 months ago