donau-secmod-cs.conf (644B)
1 [donau-secmod-cs] 2 3 # Must always be zero for the donau cs secmod. 4 OVERLAP_DURATION = 0 5 6 # Where do we store the generated private keys. 7 KEY_DIR = ${DONAU_DATA_HOME}secmod-cs/keys 8 9 # Where does the helper listen for requests? 10 UNIXPATH = ${DONAU_RUNTIME_DIR}secmod-cs/server.sock 11 12 # Directory for clients. 13 CLIENT_DIR = ${DONAU_RUNTIME_DIR}secmod-cs/clients 14 15 # Where should the security module store its own private key? 16 SM_PRIV_KEY = ${DONAU_DATA_HOME}secmod-cs/secmod-private-key 17 18 # For how long into the future do we pre-generate keys? 19 LOOKAHEAD_SIGN = 2 year 20 21 # Round down anchor key start date to multiples of this time. 22 ANCHOR_ROUND = 1 year