0.0.2 • Published 8 months ago

insomnia-plugin-create-message-signature v0.0.2

Weekly downloads
-
License
-
Repository
-
Last release
8 months ago

insomnia-plugin-create-message-signature

The Create Message Signature plugin for for Insomnia takes the body of a request message, uses the private key, and encodes the payload as SHA256withRSA encrypted string.

Installing

Go to the Application>Preferences menu in Insomnia, then go to the Plugins tab, search for insomnia-plugin-create-message-signature and install it.

If that doesn't work, execute the following command from a command line terminal: npm i insomnia-plugin-create-message-signature

There is always the option of manually adding the plugin to the C:\Users\\AppData\Roaming\Insomnia\plugins directory.

Usage

On the plugin dialog...

Provide:

  1. the request body (highly recommend using the Insomnia plugin "insomnia-plugin-request-body" to fetch the payload)
  2. the full directory location of the private key (PEM) file
0.0.2

8 months ago

0.0.1

8 months ago