1
00:00:00,630 --> 00:00:08,550
Let us move our certificate file and private key, so we will go into this, so let us view the files

2
00:00:08,850 --> 00:00:19,250
ls -l your directory is public key infrastructure, then we have got tls directory is there then certs

3
00:00:19,250 --> 00:00:20,240
directory is there.

4
00:00:21,720 --> 00:00:29,090
So you will find that this localhost.crt file is there, then we are going to view this private.

5
00:00:31,080 --> 00:00:34,540
So you will find that your localhost.key file is there.

6
00:00:34,560 --> 00:00:37,530
Now what we have to do, we have to move the files.

7
00:00:38,010 --> 00:00:45,450
So we are going to move the file, mv master.crt into which directory.

8
00:00:45,570 --> 00:00:56,390
We are going to move it into /etc/pki/tls/ then the directory name is certs directory.

9
00:00:57,020 --> 00:00:59,880
So we are going to move there then.

10
00:00:59,880 --> 00:01:00,810
What about this.

11
00:01:02,200 --> 00:01:02,670
your key.

12
00:01:04,090 --> 00:01:13,930
file, we have to move this key file into which directory, we have to move it into private directory, then

13
00:01:13,930 --> 00:01:20,390
what we can do, we can view that also whether we have successfully moved this or not.

14
00:01:20,770 --> 00:01:27,730
So with ls command, we can check now our master.crt are in this directory.

15
00:01:28,240 --> 00:01:29,170
And what about.

16
00:01:30,750 --> 00:01:40,830
Our master.key, that mean our private key because this is the location where our private key and certificates

17
00:01:40,830 --> 00:01:48,680
should be stored, because SSL use your private key from this directory and your certificate from this directory.

18
00:01:49,170 --> 00:01:52,350
So we were successful in moving those files.
