Adjust virtual SmartPGP and FluffyPGP identities to align with changes in openpgp-card-images

This commit is contained in:
Heiko Schaefer 2022-05-29 11:47:42 +02:00
parent b90ee05f6d
commit 2c666c6857
No known key found for this signature in database
GPG key ID: 4A849A1904CCBD7D
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
# SPDX-License-Identifier: CC0-1.0
[card.fluffypgp]
backend.pcsc = "FFFD:00000001"
backend.pcsc = "FFF1:00000001"
config.keygen = [
"RSA2k"
]

View file

@ -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"