comparison Resources/Configuration.json @ 2030:b4da986c82bb

beid
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 20 Jun 2016 16:03:07 +0200
parents fefbe71c2272
children 65b1ce7cb84f
comparison
equal deleted inserted replaced
2027:8c9426d0a3e2 2030:b4da986c82bb
294 // Configure PKCS#11 to use hardware security modules (HSM) and 294 // Configure PKCS#11 to use hardware security modules (HSM) and
295 // smart cards when carrying on HTTPS client authentication. 295 // smart cards when carrying on HTTPS client authentication.
296 /** 296 /**
297 "Pkcs11" : { 297 "Pkcs11" : {
298 "Module" : "/usr/local/lib/libbeidpkcs11.so", 298 "Module" : "/usr/local/lib/libbeidpkcs11.so",
299 "Module" : "C:/Windows/System32/beidpkcs11.dll",
299 "Pin" : "1234", 300 "Pin" : "1234",
300 "Verbose" : true 301 "Verbose" : true
301 } 302 }
302 **/ 303 **/
303 304