added local CRLs

This commit is contained in:
Andreas Steffen 2006-06-14 12:41:37 +00:00
parent 71d277e468
commit d9d35d5911
2 changed files with 5 additions and 0 deletions

View File

@ -2,3 +2,6 @@ moon::ipsec stop
sun::ipsec stop
moon::rm /etc/ipsec.d/certs/*
sun::rm /etc/ipsec.d/certs/*
sun::rm /etc/ipsec.d/crls/*
moon::rm /etc/ipsec.d/crls/*

View File

@ -1,5 +1,7 @@
moon::echo 1 > /proc/sys/net/ipv4/ip_forward
sun::echo 1 > /proc/sys/net/ipv4/ip_forward
moon::wget -q http://crl.strongswan.org/strongswan.crl -O /etc/ipsec.d/crls/strongswan.crl
sun::wget -q http://crl.strongswan.org/strongswan.crl -O /etc/ipsec.d/crls/strongswan.crl
moon::ipsec start
sun::ipsec start
moon::sleep 1