summaryrefslogtreecommitdiff
path: root/conf/plugins/pkcs11.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/plugins/pkcs11.conf')
-rw-r--r--conf/plugins/pkcs11.conf16
1 files changed, 13 insertions, 3 deletions
diff --git a/conf/plugins/pkcs11.conf b/conf/plugins/pkcs11.conf
index 35248c2ce..c786a9abb 100644
--- a/conf/plugins/pkcs11.conf
+++ b/conf/plugins/pkcs11.conf
@@ -4,9 +4,6 @@ pkcs11 {
# priority of this plugin.
load = yes
- # Whether to load certificates from tokens.
- # load_certs = yes
-
# Reload certificates from all tokens if charon receives a SIGHUP.
# reload_certs = no
@@ -31,6 +28,19 @@ pkcs11 {
# List of available PKCS#11 modules.
modules {
+ <name> {
+
+ # Whether to automatically load certificates from tokens.
+ # load_certs = yes
+
+ # Whether OS locking should be enabled for this module.
+ # os_locking = no
+
+ # Full path to the shared object file of this PKCS#11 module.
+ # path =
+
+ }
+
}
}