mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-11-16 01:12:05 +01:00
Updated FAQ (markdown)
parent
35867ae49d
commit
3040d12bb0
1 changed files with 3 additions and 1 deletions
4
FAQ.md
4
FAQ.md
|
@ -1,4 +1,6 @@
|
|||
# Frequently Asked Questions
|
||||
|
||||
## 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.
|
||||
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.
|
Loading…
Reference in a new issue