File: gids-tool.1.xml

package info (click to toggle)
opensc 0.26.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 11,420 kB
  • sloc: ansic: 178,823; xml: 6,327; sh: 2,115; makefile: 1,023; cpp: 304; lex: 92
file content (145 lines) | stat: -rw-r--r-- 4,232 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
<?xml version="1.0" encoding="UTF-8"?>
<refentry id="gids-tool">
	<refmeta>
		<refentrytitle>gids-tool</refentrytitle>
		<manvolnum>1</manvolnum>
		<refmiscinfo class="productname">OpenSC</refmiscinfo>
		<refmiscinfo class="manual">OpenSC Tools</refmiscinfo>
		<refmiscinfo class="source">opensc</refmiscinfo>
	</refmeta>

	<refnamediv>
		<refname>gids-tool</refname>
		<refpurpose>smart card utility for GIDS cards</refpurpose>
	</refnamediv>

	<refsynopsisdiv>
		<cmdsynopsis>
			<command>gids-tool</command>
			<arg choice="opt"><replaceable class="option">OPTIONS</replaceable></arg>
		</cmdsynopsis>
	</refsynopsisdiv>

	<refsect1>
		<para>
			The <command>gids-tool</command> utility can be used from the command line to perform
			miscellaneous smart card operations on a GIDS smart card.
		</para>
	</refsect1>

	<refsect1>
		<title>Options</title>
		<para>
			<variablelist>
				<varlistentry>
					<term>
						<option>-X</option>,
						<option>--initialize</option>
					</term>
					<listitem><para>Initialize token.</para></listitem>
				</varlistentry>
				<varlistentry>
					<term>
						<option>--admin-key</option> <replaceable>argument</replaceable>
					</term>
					<listitem><para>Define the administrator key</para></listitem>
				</varlistentry>
				<varlistentry>
					<term>
						<option>--pin</option> <replaceable>pin</replaceable>
					</term>
					<listitem>
						<para>
							This option can be used to specify the PIN value
							on the command line. If the value is set to
							<literal>env:</literal><replaceable>VARIABLE</replaceable>, the value
							of the specified environment variable is used. By default,
							the code is prompted on the command line if needed.
						</para>
						<para>
							Note that on most operation systems, any user can
							display the command line of any process on the
							system using utilities such as
							<command>ps(1)</command>. Therefore, you should prefer
							passing the codes via an environment variable
							on an unsecured system.
						</para>
					</listitem>
				</varlistentry>
				<varlistentry>
					<term>
						<option>--serial-number</option> <replaceable>argument</replaceable>
					</term>
					<listitem><para>Define serial number.</para></listitem>
				</varlistentry>
				<varlistentry>
					<term>
						<option>-U</option>,
						<option>--unblock</option>
					</term>
					<listitem><para>Unblock the user PIN after an administrator
					authentication.</para></listitem>
				</varlistentry>
				<varlistentry>
					<term>
						<option>-C</option>,
						<option>--change-admin-key</option>
					</term>
					<listitem><para>Change the administrator key.</para></listitem>
				</varlistentry>
				<varlistentry>
					<term>
						<option>--new-admin-key</option> <replaceable>argument</replaceable>
					</term>
					<listitem><para>Define the new administrator key.</para></listitem>
				</varlistentry>
				<varlistentry>
					<term>
						<option>--reader</option> <replaceable>argument</replaceable>,
						<option>-r</option> <replaceable>argument</replaceable>
					</term>
					<listitem>
						<para>
							Number of the reader to use. By default, the first
							reader with a present card is used. If
							<replaceable>argument</replaceable> is an ATR, the
							reader with a matching card will be chosen.
						</para>
					</listitem>
				</varlistentry>
				<varlistentry>
					<term>
						<option>-w</option>,
						<option>--wait</option>
					</term>
					<listitem><para>Wait for a card to be inserted.</para></listitem>
				</varlistentry>
				<varlistentry>
					<term>
						<option>-v</option>,
						<option>--verbose</option>
					</term>
					<listitem><para>Verbose operation. Use several times to
					enable debug output.</para></listitem>
				</varlistentry>
			</variablelist>
		</para>
	</refsect1>

	<refsect1>
		<title>See also</title>
		<para>
			<citerefentry>
				<refentrytitle>opensc-tool</refentrytitle>
				<manvolnum>1</manvolnum>
			</citerefentry>
		</para>
	</refsect1>

	<refsect1>
		<title>Authors</title>
		<para><command>gids-tool</command> was written by
		Vincent Le Toux <email>vincent.letoux@mysmartlogon.com</email>.</para>
	</refsect1>

</refentry>