aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2016-12-05 15:34:48 +0100
committerTobias Brunner <tobias@strongswan.org>2017-02-06 11:18:47 +0100
commit124a1eb8cff47944757eba2705121ac621ed9f0c (patch)
treed18bd7f1f7ec7bc30fa3f41e81dd7835813eb467 /conf
parent2f95c55271fdfbe5ecf1648cc33e885bdd09db9e (diff)
downloadstrongswan-124a1eb8cff47944757eba2705121ac621ed9f0c.tar.bz2
strongswan-124a1eb8cff47944757eba2705121ac621ed9f0c.tar.xz
pkcs11: Fix documentation of load_certs option
This option is actually module-specific.
Diffstat (limited to 'conf')
-rw-r--r--conf/plugins/pkcs11.opt10
1 files changed, 8 insertions, 2 deletions
diff --git a/conf/plugins/pkcs11.opt b/conf/plugins/pkcs11.opt
index f5a202844..8f328f087 100644
--- a/conf/plugins/pkcs11.opt
+++ b/conf/plugins/pkcs11.opt
@@ -1,8 +1,14 @@
charon.plugins.pkcs11.modules {}
List of available PKCS#11 modules.
-charon.plugins.pkcs11.load_certs = yes
- Whether to load certificates from tokens.
+charon.plugins.pkcs11.modules.<name>.path =
+ Full path to the shared object file of this PKCS#11 module.
+
+charon.plugins.pkcs11.modules.<name>.os_locking = no
+ Whether OS locking should be enabled for this module.
+
+charon.plugins.pkcs11.modules.<name>.load_certs = yes
+ Whether to automatically load certificates from tokens.
charon.plugins.pkcs11.reload_certs = no
Reload certificates from all tokens if charon receives a SIGHUP.