Project

General

Profile

PIN Secret » History » Version 5

Version 4 (Tobias Brunner, 25.02.2011 18:48) → Version 5/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[<slotnr>[:<keyid>]]@ @%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[<slotnr>[@<module>]]:<keyid></code>, <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>