From 8634ef23c1c18c18b302e74ad1edfc18c81a0420 Mon Sep 17 00:00:00 2001 From: Jakob Borg Date: Mon, 7 Sep 2015 08:39:43 +0200 Subject: [PATCH] more speling --- dev/release-signing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/release-signing.rst b/dev/release-signing.rst index 1d839e2a8..ed665c508 100644 --- a/dev/release-signing.rst +++ b/dev/release-signing.rst @@ -60,7 +60,7 @@ onwards):: To create signatures of your own, you need a private key. The Syncthing private key is a closely guarded secret, but you can generate your own using ``stsigtool gen``. The ``gen`` command generates and outputs a new private and -public key par to stdout; you'll need to paste them into a PEM file each for +public key pair to stdout; you'll need to paste them into a PEM file each for storage. You can then sign binaries with the private key using ``stsigtool sign``, verify them with the public key using ``stsigtool verify``, and have Syncthing accept these signatures by replacing the compiled in public key.