1EIDENV(1) OpenSC Tools EIDENV(1)
2
3
4
6 eidenv - utility for accessing visible data from electronic identity
7 cards
8
10 eidenv [OPTIONS]
11
13 The eidenv utility is used for accessing data from electronic identity
14 cards (like national eID cards) which might not be present in PKCS#15
15 objects but available in custom files on the card. The data can be
16 printed on screen or used by other programs via environment variables.
17
19 --exec prog, -x prog
20 Executes the given program with data in environment variables.
21
22 --help, -h
23 Print help message on screen.
24
25 --print, -p
26 Prints all data fields from the card, like validity period,
27 document number etc.
28
29 --reader arg, -r arg
30 Number of the reader to use. By default, the first reader with a
31 present card is used. If arg is an ATR, the reader with a matching
32 card will be chosen.
33
34 --stats, -t
35 Prints key usage statistics (only for Estonian ID card).
36
37 --version, -v
38 Prints the version of the utility and exits.
39
40 --wait, -w
41 Wait for a card to be inserted
42
44 eidenv utility was written by Stef Hoeben and Martin Paljak
45 <martin@martinpaljak.net>.
46
47
48
49opensc 11/24/2020 EIDENV(1)