CISSP Lab issue: Assymetric cryptography

Hey,

I am having this issue while practising the CISSP lab for Assymetric cryptography and got stuck on step 3 as no output key is being generated following the guide. See the snapshot as,

Any help that i could get on this issue?

Look at the command you issued:

image

That literally makes a key called [private].key

But look at the instructions:

Hey JosephWhite,

Understood that it’s making the key as mentioned on the step 2 but trying to display the key following step 3 doesnot work. That’s the output while trying to enter “cat cybraryprivate.key”.

Because you didn’t make a key called cybraryprivate.key, you made a key called [private].key.

image