1softhsm2.conf(5) File Formats Manual softhsm2.conf(5)
2
3
4
6 softhsm2.conf - SoftHSM configuration file
7
9 softhsm2.conf
10
12 This is the configuration file for SoftHSM. It can be found on a
13 default location, but can also be relocated by using the environment
14 variable. Any configuration must be done according to the file format
15 found in this document.
16
18 Each configuration option is a pair of name and value separated by a
19 equality sign. The configuration option must be located on a single
20 line.
21
22 <name> = <value>
23
24 It is also possible to add comments in the file by using the hash sign.
25 Anything after the hash sign will be ignored.
26
27 # A comment
28
29 Any empty lines or lines that does not have the correct format will be ignored.
30
32 The location where SoftHSM can store the tokens.
33
34 directories.tokendir = /var/lib/softhsm/tokens/
35
37 The backend to use by SoftHSM to store token objects. Either "file" or
38 "db" is supported. In order to use the "db" backend, the SoftHSM build
39 needs to be configured with "configure --with-objectstore-backend-db"
40
41 objectstore.backend = file
42
44 The log level which can be set to ERROR, WARNING, INFO or DEBUG.
45
46 log.level = INFO
47
49 If set to true CKF_REMOVABLE_DEVICE is set in the flags returned by
50 C_GetSlotInfo. Default is false.
51
52 slots.removable = true
53
55 SOFTHSM2_CONF
56 When defined, the value will be used as path to the configura‐
57 tion file.
58
60 ~/.config/softhsm2/softhsm2.conf
61 default user-specific location of the SoftHSM configuration
62 file; if it exists it will override the system wide configura‐
63 tion
64
65 /etc/softhsm2.conf
66 default system-wide location of the SoftHSM configuration file
67
68 /etc/softhsm2.conf.sample
69 an example of a SoftHSM configuration file
70
72 Written by Rickard Bellgrim, Francis Dupont, René Post, and Roland van
73 Rijswijk.
74
76 softhsm2-keyconv(1), softhsm2-migrate(1), softhsm2-util(1)
77
78
79
80SoftHSM 30 October 2014 softhsm2.conf(5)