Project

General

Profile

ipsec.secrets Reference » History » Version 7

Version 6 (Andreas Steffen, 09.12.2008 00:57) → Version 7/19 (Andreas Steffen, 09.12.2008 00:57)


h1.
= ipsec.secrets

=

strongSwan's _/etc/ipsec.secrets_ ''/etc/ipsec.secrets'' file contains an unlimited number of the following
types of secrets:



* [[RsaSecret|RSA]] [wiki:RsaSecret RSA] defines an RSA private key

* [[EcDsaSecret|ECDSA]] [wiki:EcDsaSecret ECDSA] defines an ECDSA private key

* [[PskSecret|PSK]] [wiki:PskSecret PSK] defines a pre-shared key

* [[EapSecret|EAP]] [wiki:EapSecret EAP] defines EAP credentials

* [[XauthSecret|XAUTH]] [wiki:XauthSecret XAUTH] defines XAUTH credentials

* [[PinSecret|PIN]] [wiki:PinSecret PIN] defines a smartcard PIN

h2.


==
Example

<pre>
==
{{{
# /etc/ipsec.secrets - strongSwan IPsec secrets file

192.168.0.1 %any : PSK "v+NkxY9LLZvwj4qCC2o/gGrWDF2d21jL"

: RSA moonKey.pem

: XAUTH carol "4iChxLT3"

: XAUTH dave "ryftzG4A"
</pre>

}}}