conf: Install strongswan.conf template from a separate directory
This commit is contained in:
@@ -119,9 +119,3 @@ endif
|
||||
if USE_INTEGRITY_TEST
|
||||
SUBDIRS += checksum
|
||||
endif
|
||||
|
||||
EXTRA_DIST = strongswan.conf
|
||||
|
||||
install-exec-local :
|
||||
test -e "$(DESTDIR)${sysconfdir}" || $(INSTALL) -d "$(DESTDIR)$(sysconfdir)"
|
||||
test -e "$(DESTDIR)$(sysconfdir)/strongswan.conf" || $(INSTALL) -m 640 $(srcdir)/strongswan.conf $(DESTDIR)$(sysconfdir)/strongswan.conf || true
|
||||
|
||||
@@ -1,34 +0,0 @@
|
||||
# strongswan.conf - strongSwan configuration file
|
||||
|
||||
charon {
|
||||
|
||||
# number of worker threads in charon
|
||||
threads = 16
|
||||
|
||||
# send strongswan vendor ID?
|
||||
# send_vendor_id = yes
|
||||
|
||||
plugins {
|
||||
|
||||
sql {
|
||||
# loglevel to log into sql database
|
||||
loglevel = -1
|
||||
|
||||
# URI to the database
|
||||
# database = sqlite:///path/to/file.db
|
||||
# database = mysql://user:password@localhost/database
|
||||
}
|
||||
}
|
||||
|
||||
# ...
|
||||
}
|
||||
|
||||
pluto {
|
||||
|
||||
}
|
||||
|
||||
libstrongswan {
|
||||
|
||||
# set to no, the DH exponent size is optimized
|
||||
# dh_exponent_ansi_x9_42 = no
|
||||
}
|
||||
Reference in New Issue
Block a user