forked from andylockran/pagesigner-browserless
-
Notifications
You must be signed in to change notification settings - Fork 0
Run PageSigner from the command line
License
AbstrLabs/pagesigner-cli
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
pgsg-node.js allows you to run PageSigner with nodejs >= v 16.5.0 Clone this repo with: git clone --recurse-submodules https://github.com/tlsnotary/pagesigner-cli Install dependencies by running inside the pagesigner-cli directory: npm ci Usage: ./pgsg-node.js <command> [arguments] where <command> is one of notarize, verify Examples: ./pgsg-node.js notarize example.com --headers headers.txt Notarize example.com using HTTP headers from headers.txt The most basic headers file can look like this: GET /r/worldnews/ HTTP/1.1 Host: www.reddit.com ./pgsg-node.js verify imported.pgsg Verify a Pagesigner session from imported.pgsg. This will create a session directory with the decrypted cleartext and the copy of the pgsg file.
About
Run PageSigner from the command line
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Python 58.1%
- JavaScript 41.9%