17 lines
414 B
Plaintext
17 lines
414 B
Plaintext
|
|
||
|
# Racoon IKE daemon configuration file.
|
||
|
# See 'man racoon.conf' for a description of the format and entries.
|
||
|
|
||
|
path include "/etc/racoon";
|
||
|
path pre_shared_key "/etc/racoon/psk.txt";
|
||
|
path certificate "/etc/racoon/certs";
|
||
|
|
||
|
sainfo anonymous
|
||
|
{
|
||
|
pfs_group 2;
|
||
|
lifetime time 1 hour ;
|
||
|
encryption_algorithm 3des, blowfish 448, rijndael ;
|
||
|
authentication_algorithm hmac_sha1, hmac_md5 ;
|
||
|
compression_algorithm deflate ;
|
||
|
}
|