2.2.0 • Published 5 years ago

@peerio/update-maker v2.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

Peerio Update Maker

A library for creating update manifests and a command-line tool to generate key pairs for peerio-updater.

Installation

npm install -g @peerio/update-maker

Generating key pair

peerio-update-maker -g filename

You'll be asked to enter password and confirm it: you will need to use this password to decrypt secret key to sign updates.

The public key will be printed, the secret key will be written to filename.

Extracting public key from secret key

peerio-update-maker -p filename

Compatibility with signify

Signify utility requires untrusted comment: line before key line. Both secret key and public key printed with -p follow this format. peerio-updater, on the other hand, requires just the actual key line to be included in the configuration.

2.2.0

5 years ago

2.1.0

6 years ago

2.0.2

6 years ago

2.0.1

6 years ago

2.0.0

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago