summaryrefslogtreecommitdiff
path: root/conf/plugins/pkcs11.conf
diff options
context:
space:
mode:
authorYves-Alexis Perez <corsac@corsac.net>2017-04-01 16:26:44 +0200
committerYves-Alexis Perez <corsac@corsac.net>2017-04-01 16:26:44 +0200
commit05ddd767992d68bb38c7f16ece142e8c2e9ae016 (patch)
tree302c618be306d4ed3c7f9fc58a1f6aaad4dd252f /conf/plugins/pkcs11.conf
parent25663e04c3ab01ef8dc9f906608282319cfea2db (diff)
downloadvyos-strongswan-05ddd767992d68bb38c7f16ece142e8c2e9ae016.tar.gz
vyos-strongswan-05ddd767992d68bb38c7f16ece142e8c2e9ae016.zip
New upstream version 5.5.2
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 =
+
+ }
+
}
}