Skip to content

Unlock private key

nemosix edited this page Apr 4, 2019 · 1 revision

Before any sign operation can be done, you need to decrypt the loaded private keys. If the keys is stored in a non-encrypted format (no password) you don't need to do that step. Simple call /remoteSigner/gpg/unlockKey with the following JSON payload:

{
  "FingerPrint": "D7362B4CC546DB11",
  "Password": "123456"
}