Fix signature tests
- If the signing key is replaced too fast (within the same second) the resolution of OpenPGP timestamps is not good enough to identify the sequence of certifications - which might to the selection of the wrong signing key.
This commit is contained in:
@@ -41,6 +41,7 @@ else
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
sleep 1
|
||||||
echo "set new signing key"
|
echo "set new signing key"
|
||||||
|
|
||||||
SIGN_FPR=$($HUSK_BIN --config config/config.toml signkey create | cut -d ':' -f 2 | tr -d ' ')
|
SIGN_FPR=$($HUSK_BIN --config config/config.toml signkey create | cut -d ':' -f 2 | tr -d ' ')
|
||||||
|
|||||||
Reference in New Issue
Block a user