Clear it in 3 steps
-
Start the environment
-
Investigate the target
-
Submit the flag
A file resembling a private key is hidden deep inside an application's configuration directory. Use find to track it down by extension or directory hints, then inspect its contents.
Search by extension, e.g. find ~ -name "*.pem"
Also check inside hidden directories such as .config
cat the file you find to read its raw contents