File: virt-smartpgp.toml

package info (click to toggle)
rust-openpgp-card-rpgp 0.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 392 kB
  • sloc: sh: 6; makefile: 2
file content (17 lines) | stat: -rw-r--r-- 426 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# SPDX-FileCopyrightText: Heiko Schaefer <heiko@schaefer.name>
# SPDX-License-Identifier: CC0-1.0

[card.smartpgp]
backend.pcsc = "AFAF:00001234"
config.keygen = [
    "RSA2k", "RSA3k", "RSA4k",
    "NIST256", "NIST384", "NIST521"
]
config.import = [
    "tests/keys/rsa2k.tsk",
    "tests/keys/rsa3k.tsk",
    "tests/keys/rsa4k.tsk",
    "tests/keys/nist256.tsk",
    "tests/keys/nist384.tsk",
    "tests/keys/nist521.tsk"
]