Adjust virtual SmartPGP and FluffyPGP identities to align with changes in openpgp-card-images
This commit is contained in:
parent
b90ee05f6d
commit
2c666c6857
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
[card.fluffypgp]
|
||||
backend.pcsc = "FFFD:00000001"
|
||||
backend.pcsc = "FFF1:00000001"
|
||||
config.keygen = [
|
||||
"RSA2k"
|
||||
]
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
[card.smartpgp]
|
||||
backend.pcsc = "FFFF:00001234"
|
||||
backend.pcsc = "AFAF:00001234"
|
||||
config.keygen = [
|
||||
"RSA2k", "RSA3k", "RSA4k",
|
||||
"NIST256", "NIST384", "NIST521"
|
||||
|
|
Loading…
Reference in a new issue