From 124a1eb8cff47944757eba2705121ac621ed9f0c Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Mon, 5 Dec 2016 15:34:48 +0100 Subject: [PATCH] pkcs11: Fix documentation of load_certs option This option is actually module-specific. --- conf/plugins/pkcs11.opt | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/conf/plugins/pkcs11.opt b/conf/plugins/pkcs11.opt index f5a202844d..8f328f0879 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..path = + Full path to the shared object file of this PKCS#11 module. + +charon.plugins.pkcs11.modules..os_locking = no + Whether OS locking should be enabled for this module. + +charon.plugins.pkcs11.modules..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. -- 2.47.2