added local CRLs
This commit is contained in:
@@ -2,3 +2,6 @@ moon::ipsec stop
|
|||||||
sun::ipsec stop
|
sun::ipsec stop
|
||||||
moon::rm /etc/ipsec.d/certs/*
|
moon::rm /etc/ipsec.d/certs/*
|
||||||
sun::rm /etc/ipsec.d/certs/*
|
sun::rm /etc/ipsec.d/certs/*
|
||||||
|
sun::rm /etc/ipsec.d/crls/*
|
||||||
|
moon::rm /etc/ipsec.d/crls/*
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,7 @@
|
|||||||
moon::echo 1 > /proc/sys/net/ipv4/ip_forward
|
moon::echo 1 > /proc/sys/net/ipv4/ip_forward
|
||||||
sun::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
|
moon::ipsec start
|
||||||
sun::ipsec start
|
sun::ipsec start
|
||||||
moon::sleep 1
|
moon::sleep 1
|
||||||
|
|||||||
Reference in New Issue
Block a user