1
00:00:00,060 --> 00:00:04,710
Let us view the certificate, how it look likes so first with the ls command, we are going

2
00:00:04,710 --> 00:00:07,430
to check whether that certificate has been created.

3
00:00:07,440 --> 00:00:09,270
It has been created master.crt.

4
00:00:10,350 --> 00:00:17,040
And with ls -l, you can find more detail that mean what is the length to which user and group

5
00:00:17,040 --> 00:00:17,730
it belongs.

6
00:00:18,060 --> 00:00:25,310
And in our case, you know that the CRT file and our master key files, they are in, which directory

7
00:00:25,430 --> 00:00:28,880
they are /etc/httpd/conf.d directory.

8
00:00:29,280 --> 00:00:37,170
And later on, we have to move these this key and certificate file into some proper places.

9
00:00:37,560 --> 00:00:39,420
Then we can view that certificate.

10
00:00:39,420 --> 00:00:44,490
also cat master.crt for viewing the certificate.

11
00:00:44,490 --> 00:00:47,190
It will show you the certificate, although no need.

12
00:00:47,360 --> 00:00:54,380
But just we want to see how much large or how that crt look like.

13
00:00:54,870 --> 00:00:56,570
So we will go into the master.

14
00:00:57,150 --> 00:01:06,960
with pwd that mean our files are store in which directory, these are store in /etc/httpd/

15
00:01:07,290 --> 00:01:07,980
conf.d

16
00:01:08,040 --> 00:01:15,180
directory, your master.crt is there, your private keys also there, for more information, you can

17
00:01:15,450 --> 00:01:22,380
specify ls -l and it is going to give you more detail, the length of your private

18
00:01:22,380 --> 00:01:27,390
key and your certificate, then what you can do, you can view that certificate.

19
00:01:27,390 --> 00:01:31,550
Also cat master.crt.

20
00:01:31,890 --> 00:01:35,370
So the extension of the certificate is crt for the key.

21
00:01:35,370 --> 00:01:36,150
It is key.

22
00:01:36,930 --> 00:01:38,750
So that is your certificate.

23
00:01:39,960 --> 00:01:47,370
Now we have to move the certificates into certificate and private key into some proper place that mean we will

24
00:01:47,370 --> 00:01:49,740
see where to move and how to move.
