1
00:00:00,060 --> 00:00:05,350
Let us create self-signed certificate, so we will go into the master system again.

2
00:00:05,490 --> 00:00:17,450
We are in which directory pwd /etc/http/conf.d directory, so we are going to run the command, openssl req

3
00:00:17,620 --> 00:00:18,330
means requests.

4
00:00:18,570 --> 00:00:23,190
Then we want to create a new certificate for that.

5
00:00:23,190 --> 00:00:29,640
We are going to use the key that we created in earlier videos.

6
00:00:30,240 --> 00:00:37,890
Then what will be the name of our certificate that is going to be master.crt

7
00:00:39,410 --> 00:00:42,980
And then the format is -x509.

8
00:00:47,930 --> 00:00:49,640
So it is going to ask for the country code.

9
00:00:50,190 --> 00:00:55,380
We are going to specify IN then in which state you are in.

10
00:00:55,400 --> 00:00:58,430
We are going to specify Punjab.

11
00:01:01,110 --> 00:01:04,530
Then the city, we are going to specify

12
00:01:06,780 --> 00:01:14,730
as chandigarh, then the name of the company, so we are going to specify U-Net solutions.

13
00:01:18,800 --> 00:01:26,070
Then the department in your case, you can specify the detail according to you.

14
00:01:26,630 --> 00:01:29,750
So our website's name is example.com.

15
00:01:32,020 --> 00:01:33,250
That is very necessary.

16
00:01:34,090 --> 00:01:42,490
then email address admin@example.com.

17
00:01:44,410 --> 00:01:51,970
Now it is going to create a certificate so that master.crt is available that mean

18
00:01:51,970 --> 00:01:55,810
we were able to create the certificate according to our needs.
