Project

General

Profile

PIN Secret » History » Version 4

Version 3 (Tobias Brunner, 05.05.2009 17:20) → Version 4/10 (Tobias Brunner, 25.02.2011 18:48)

h1. PIN Secret

h2. Notation

: PIN _<smartcard selector>_ _<pin code>_ | _%prompt_



h2. Examples

IKEv1 uses the format @%smartcard[<slot nr>[:<key id>]]@ to specify the smartcard selector.

<pre>
: PIN %smartcard1:50
</pre>
The IKEv2 daemon supports multiple modules (configured in [[SmartCardsIKEv2|strongswan.conf]]) with the format <code>%smartcard[<slot nr>[@<module>]]:<key id></code>,
but always requires a keyid to uniquely select the correct key.
<pre>
: PIN %smartcard@opensc:45
</pre>