pkcs11: Fix documentation of load_certs option
This option is actually module-specific.
This commit is contained in:
@@ -1,8 +1,14 @@
|
|||||||
charon.plugins.pkcs11.modules {}
|
charon.plugins.pkcs11.modules {}
|
||||||
List of available PKCS#11 modules.
|
List of available PKCS#11 modules.
|
||||||
|
|
||||||
charon.plugins.pkcs11.load_certs = yes
|
charon.plugins.pkcs11.modules.<name>.path =
|
||||||
Whether to load certificates from tokens.
|
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
|
charon.plugins.pkcs11.reload_certs = no
|
||||||
Reload certificates from all tokens if charon receives a SIGHUP.
|
Reload certificates from all tokens if charon receives a SIGHUP.
|
||||||
|
|||||||
Reference in New Issue
Block a user