diff options
author | Raphael Geissert <geissert@debian.org> | 2016-08-22 14:20:26 +0200 |
---|---|---|
committer | Yves-Alexis Perez <corsac@debian.org> | 2016-08-22 16:09:35 +0200 |
commit | cd86b6e252ed2e434133e8087a0d5ed1dce9e971 (patch) | |
tree | 904d12e19142441d012cfae6d4c48f679b907d82 /debian/rules | |
parent | fb275d1b721d9c8f24e035c6440f4626550702a5 (diff) | |
download | vyos-strongswan-cd86b6e252ed2e434133e8087a0d5ed1dce9e971.tar.gz vyos-strongswan-cd86b6e252ed2e434133e8087a0d5ed1dce9e971.zip |
make charon-nm use /etc/ssl/certs when no endpoint cert or CA is specified
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index f1c30b16b..571bd3724 100755 --- a/debian/rules +++ b/debian/rules @@ -48,6 +48,7 @@ ifeq ($(DEB_BUILD_ARCH_OS),linux) # only enable network-manager and capabilities dropping on linux hosts # some plugins are linux-only too CONFIGUREARGS += --enable-nm \ + --with-nm-ca-dir=/etc/ssl/certs \ --with-capabilities=libcap \ --enable-farp \ --enable-dhcp \ |