Project

General

Profile

PIN Secret » History » Version 5

Tobias Brunner, 25.02.2011 18:48

1 2 Martin Willi
h1. PIN Secret
2 1 Martin Willi
3 1 Martin Willi
4 2 Martin Willi
5 2 Martin Willi
h2. Notation
6 2 Martin Willi
7 1 Martin Willi
8 3 Tobias Brunner
: PIN _<smartcard selector>_ _<pin code>_ | _%prompt_
9 2 Martin Willi
10 1 Martin Willi
h2. Examples
11 4 Tobias Brunner
12 5 Tobias Brunner
IKEv1 uses the format @%smartcard[<slotnr>[:<keyid>]]@ to specify the smartcard selector.
13 4 Tobias Brunner
<pre>
14 4 Tobias Brunner
: PIN %smartcard1:50
15 4 Tobias Brunner
</pre>
16 5 Tobias Brunner
The IKEv2 daemon supports multiple modules (configured in [[SmartCardsIKEv2|strongswan.conf]]) with the format <code>%smartcard[<slotnr>[@<module>]]:<keyid></code>,
17 4 Tobias Brunner
but always requires a keyid to uniquely select the correct key.
18 4 Tobias Brunner
<pre>
19 4 Tobias Brunner
: PIN %smartcard@opensc:45
20 4 Tobias Brunner
</pre>