Topic: Signing with GnuPG
I already had GnuPG installed so I set the GnuPG Path to point to my current installation.
I received errors that the password was invalid when trying to sign with the plugin.
I made the following change to cgpgwin.js under the sign: function.
from
// " --passphrase " + tmpPASS +
to
" --passphrase-fd 0 " +