From 036d4cb71ac1abe1990c936ee1f3b2cbf15d14c1 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Thu, 29 Jul 2021 13:04:55 +0200 Subject: secmod: services create their own client dirs with correct permissions --- src/util/taler-exchange-secmod-rsa.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/util/taler-exchange-secmod-rsa.conf') diff --git a/src/util/taler-exchange-secmod-rsa.conf b/src/util/taler-exchange-secmod-rsa.conf index f9a6c7d1f..c653fa4f4 100644 --- a/src/util/taler-exchange-secmod-rsa.conf +++ b/src/util/taler-exchange-secmod-rsa.conf @@ -13,8 +13,11 @@ KEY_DIR = ${TALER_DATA_HOME}/crypto-rsa/ # Where does the helper listen for requests? UNIXPATH = $TALER_RUNTIME_DIR/taler-exchange-secmod-rsa.sock +# Directory for clients. +CLIENT_DIR = $TALER_RUNTIME_DIR/secmod-rsa-client + # Where should the security module store it's private key? SM_PRIV_KEY = ${TALER_DATA_HOME}/taler-exchange-secmod-rsa/.private-key # For how long into the future do we pre-generate keys? -LOOKAHEAD_SIGN = 1 year \ No newline at end of file +LOOKAHEAD_SIGN = 1 year -- cgit v1.2.3