Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 262 Bytes

File metadata and controls

11 lines (7 loc) · 262 Bytes

GPG Test

We can check whether or not GPG is working correctly by running -

echo "Test" | gpg --clearsign

If this doesn't throw any error(s), it means GPG is working correctly.

Source: StackOverFlow