mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-04 00:00:14 -04:00
added local CRLs
This commit is contained in:
parent
71d277e468
commit
d9d35d5911
@ -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/*
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user