Project

General

Profile

RSA Secret » History » Version 7

Tobias Brunner, 11.05.2011 12:45

1 4 Martin Willi
h1. RSA Secret
2 1 Martin Willi
3 7 Tobias Brunner
For  the  private key file both absolute paths or paths relative to [[IpsecDirectoryPrivate|/etc/ipsec.d/private]] are accepted. If the private key file is encrypted,   the  passphrase  must  be  defined.  Instead  of  a passphrase _%prompt_ can be used which then causes the daemons  to ask the user for the password whenever it is required to decrypt the key.
4 4 Martin Willi
5 4 Martin Willi
h2. Notation
6 4 Martin Willi
7 1 Martin Willi
8 5 Tobias Brunner
[ _<id selectors>_ ] : RSA _<private key file>_ [ _<passphrase>_ | _%prompt_ ]
9 4 Martin Willi
10 4 Martin Willi
11 1 Martin Willi
h2. Examples
12 6 Tobias Brunner
13 6 Tobias Brunner
<pre>
14 6 Tobias Brunner
: RSA moonKey.pem
15 6 Tobias Brunner
16 7 Tobias Brunner
: RSA sunKey.der "cjen4*lWnr3jsk"
17 6 Tobias Brunner
</pre>