scripts: signall.sh store usign.key as usign.sec
authorPaul Spooren <mail@aparcar.org>
Thu, 14 Nov 2019 07:55:30 +0000 (21:55 -1000)
committerJo-Philipp Wich <jo@mein.io>
Sun, 2 Feb 2020 18:26:05 +0000 (19:26 +0100)
commite3c7a98974fe3c29091061acad5758918e832928
treef9fc603b9ca5ee354954461eab592e9a94dd7c3e
parent15c559d4b95d53cdb335d64c92a14d2c30dd056e
scripts: signall.sh store usign.key as usign.sec

The signall.sh script signs all files inside a tar via GPG and
signify-openbsd (similar to usign)e and attaches the signatures to the
same archive.

Using more recent versions of signify-openbsd requires a specific naming
schema for keys, private ending with .sec and public with .pub. This was
introduced at 763e1148f68f03cb2fa85d022500acf8c66af222[0].

This patch renames the stored key as usign.sec instead of usign.key. As
of the temporary nature of the key storing, this very unlikely breaks
any existing setups.

[0]: https://github.com/openbsd/src/commit/763e1148f68f03cb2fa85d022500acf8c66af222

Signed-off-by: Paul Spooren <mail@aparcar.org>
[adjusted commit subject]
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
scripts/signall.sh