Changes

Jump to navigation Jump to search
88 bytes added ,  11:02, 7 June 2018
Line 53: Line 53:  
==== Sign ====
 
==== Sign ====
 
  gpg -u <private_Key_ID> --output <output_signed_file> --sign <file_to_sign>
 
  gpg -u <private_Key_ID> --output <output_signed_file> --sign <file_to_sign>
 +
gpg --local-user <private_Key_ID> --output <output_signed_file> --sign <file_to_sign>
 +
 
==== Verify signature ====
 
==== Verify signature ====
 
  gpg -d <signed_file>
 
  gpg -d <signed_file>

Navigation menu