Passphrase update
* Changed example passphrase to something that meets the current minimum requirements.
This commit is contained in:
parent
8345bf6f43
commit
24c738f5bb
@ -36,7 +36,7 @@ Subkey-Length: 2048
|
||||
Name-Real: Joe Tester
|
||||
Name-Comment: with stupid passphrase
|
||||
Name-Email: joe@example.org
|
||||
Passphrase: abcdabcdfs
|
||||
Passphrase: Crypt0-R0cks
|
||||
Expire-Date: 2020-12-31
|
||||
</GnupgKeyParms>
|
||||
"""
|
||||
|
@ -41,7 +41,7 @@ if not c.signers_enum(0):
|
||||
|
||||
# This is a map between signer e-mail and its password
|
||||
passlist = {
|
||||
"<joe@example.org>": "abcdabcdfs"
|
||||
"<joe@example.org>": "Crypt0-R0cks"
|
||||
}
|
||||
|
||||
# callback will return password based on the e-mail listed in the hint.
|
||||
|
Loading…
Reference in New Issue
Block a user