I have a key and file A.
usually to retrieve data from file, I guess we do something like $var = File("path/A")
How do we retrieve the data from same file if file "A" is protected by a key? (I have the Key)
(Related to SSL)
I have a private key file that i want to password protect and use puppet instead of user typing pass phrase every time.
Encrypting whole contents of file is not possible, so planning to encrypt pass phrase.
Any suggestions?