From 4a646e30aa05987f83daa04cd5c2886b7ac2a087 Mon Sep 17 00:00:00 2001 From: Paul Schaub Date: Thu, 13 Jan 2022 21:38:07 +0100 Subject: [PATCH] Updated FAQ (markdown) --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index fdd04e8..92a6422 100644 --- a/FAQ.md +++ b/FAQ.md @@ -3,4 +3,4 @@ ## No direct-key signature and no user-id signature found. Your key was likely generated by an older PGP implementation that used an insecure hash algorithm (such as SHA-1) to generate self-signatures. By default PGPainless is rejecting SHA-1. -Either make sure that your key uses recent hash algorithms for signatures, or [change PGPainless' algorithm policy](https://github.com/pgpainless/pgpainless/blob/master/pgpainless-core/src/test/java/org/pgpainless/example/ManagePolicy.java) to accept SHA-1. \ No newline at end of file +Either make sure that your key uses recent hash algorithms for signatures (PGPainless does so by default), or [change PGPainless' algorithm policy](https://github.com/pgpainless/pgpainless/blob/master/pgpainless-core/src/test/java/org/pgpainless/example/ManagePolicy.java) to accept SHA-1. \ No newline at end of file