1
00:00:00,510 --> 00:00:03,580
Now we are going to modify our ss.conf file.

2
00:00:03,990 --> 00:00:11,310
Now we will open this file with vi editor and we will see we are now going to specify our SSLCertificate

3
00:00:11,310 --> 00:00:19,280
file as master.crt and we are going to specify SSLCertificateKey file as our master.key.

4
00:00:19,600 --> 00:00:22,460
Then we are going to restart the server systemctl.

5
00:00:22,460 --> 00:00:32,010
restart httpd, So let us go into our master system and we are going to open that file, which

6
00:00:32,010 --> 00:00:33,080
is the name of the file.

7
00:00:33,540 --> 00:00:40,670
First we have to locate where is that file, it is in current directory that mean /etc/httpd/conf.d.

8
00:00:41,230 --> 00:00:47,040
So we will go there and with vi editor, we are going to open this file.

9
00:00:47,700 --> 00:00:50,600
So so we will search for our parameter.

10
00:00:51,930 --> 00:00:54,060
So where these parameters are there.

11
00:00:56,090 --> 00:00:57,320
So we will find out.

12
00:00:58,230 --> 00:01:08,290
And then we are going to make the changes, so this is our SSL certificate file, so instead of local

13
00:01:08,290 --> 00:01:12,030
host, what is the name of the our certificate?

14
00:01:12,240 --> 00:01:13,660
It is Master.

15
00:01:14,490 --> 00:01:17,310
And what about certificate file?

16
00:01:18,150 --> 00:01:19,350
Sorry for key.

17
00:01:19,350 --> 00:01:20,090
Private key.

18
00:01:20,130 --> 00:01:21,190
It is master key.

19
00:01:22,200 --> 00:01:23,970
So we have to make these changes.

20
00:01:25,180 --> 00:01:32,310
So after making the changes, you have to save this file because we are using the Vi editor.

21
00:01:32,370 --> 00:01:37,950
So you have to specify :WQ Save, then we will clear the screen.

22
00:01:38,460 --> 00:01:48,420
Then what we are going to do, we are going to search for the string cat then and we are going to specify

23
00:01:49,560 --> 00:01:51,830
grep Which thing.

24
00:01:51,840 --> 00:01:54,630
we want to search SSL.

25
00:01:56,340 --> 00:02:04,800
Certificate, so we just want to double check whether we have made the proper changes or not, we have

26
00:02:04,800 --> 00:02:14,730
made the proper changes, then what we are going to do, we are going to the systemctl.

27
00:02:17,400 --> 00:02:20,710
restart httpd.

28
00:02:23,170 --> 00:02:30,620
So when we are going to restart the httpd, it is going to read that file also ssl.config also.

29
00:02:31,420 --> 00:02:37,610
So that mean we have made successful changes in our SSL.config.

30
00:02:37,750 --> 00:02:42,940
Now we just need to test our this https server.
