diff options
author | Tobias Brunner <tobias@strongswan.org> | 2016-08-31 18:08:38 +0200 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2016-10-04 10:27:35 +0200 |
commit | 97c74b565b2870ee889431289c6907a2f5b57b91 (patch) | |
tree | ff52a18ba10c823f5922327c0aa64f85a5b8d37d /conf | |
parent | 3713d3024f404291d88b2bd1108f7fac8a98446c (diff) | |
download | strongswan-97c74b565b2870ee889431289c6907a2f5b57b91.tar.bz2 strongswan-97c74b565b2870ee889431289c6907a2f5b57b91.tar.xz |
nm: Make global CA directory configurable
Diffstat (limited to 'conf')
-rw-r--r-- | conf/Makefile.am | 1 | ||||
-rw-r--r-- | conf/options/charon-nm.opt | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/conf/Makefile.am b/conf/Makefile.am index 146ccf177..4588b0999 100644 --- a/conf/Makefile.am +++ b/conf/Makefile.am @@ -13,6 +13,7 @@ options = \ options/attest.opt \ options/charon.opt \ options/charon-logging.opt \ + options/charon-nm.opt \ options/charon-systemd.opt \ options/imcv.opt \ options/imv_policy_manager.opt \ diff --git a/conf/options/charon-nm.opt b/conf/options/charon-nm.opt new file mode 100644 index 000000000..6372934bd --- /dev/null +++ b/conf/options/charon-nm.opt @@ -0,0 +1,3 @@ +charon-nm.ca_dir = <default> + Directory from which to load CA certificates if no certificate is + configured. |