A newbie question:
My bank asked me to upload a file signed and encrypted.
When I do
gpg --armor --sign -r -o -e
it always ask for a passphrase.
Since I am going to upload this file daily, how can I do the
signing unattendedly thru a script ?
I created a signature file mysignature.sig using gpg
A newbie question:
My bank asked me to upload a file signed and encrypted.
When I do
gpg --armor --sign -r -o -e
it always ask for a passphrase.
Since I am going to upload this file daily, how can I do the
signing unattendedly thru a script ?
I created a signature file mysignature.sig using gpg