May 2020
Intermediate to advanced
404 pages
10h 52m
English
Open up a terminal on your system and using cd, navigate to the directory that your abc.pem file is stored in.
If you're unfamiliar with the cd command, consider a scenario in which you are inside a folder named Folder1, which has the following contents:
Folder1 / - Folder2 - Folder3 - File1.jpg - File2.jpg
To access any files inside the folder named Folder2, you'll have to change your working directory to that folder. To do so, you can use the following example of the cd command:
cd Folder2
You can read more about the usage of any command on a ...
Read now
Unlock full access