mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-05 00:00:45 -04:00
10 lines
468 B
Plaintext
10 lines
468 B
Plaintext
moon::wget -q http://crl.strongswan.org/strongswan.crl
|
|
moon::mv strongswan.crl /etc/swanctl/x509crl/5da7dd700651327ee7b66db3b5e5e060ea2e4def.crl
|
|
carol::wget -q http://crl.strongswan.org/strongswan.crl
|
|
carol::mv strongswan.crl /etc/swanctl/x509crl/5da7dd700651327ee7b66db3b5e5e060ea2e4def.crl
|
|
moon::systemctl start strongswan
|
|
carol::systemctl start strongswan
|
|
moon::expect-connection rw
|
|
carol::expect-connection home
|
|
carol::swanctl --initiate --child home 2> /dev/null
|