StrongSwan install from source
Download preferred release from download.strongswan.org
wget https://download.strongswan.org/strongswan.tar.gz
install docs
Untar and cd source directory.
./configure --prefix=/usr --sysconfdir=/etc --enable-systemd --enable-swanctl --enable-openssl
make
make install
↧