commit 4ffc24bad12acddf5808dd69fb0145951b960769
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Thu Apr 4 17:56:25 2019 +0200
Add sigulServerPassord
roles/sigul/server/templates/server.conf.j2 | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/roles/sigul/server/templates/server.conf.j2
b/roles/sigul/server/templates/server.conf.j2
index 800e430..271a961 100644
--- a/roles/sigul/server/templates/server.conf.j2
+++ b/roles/sigul/server/templates/server.conf.j2
@@ -50,7 +50,7 @@ unix-group: sigul
nss-dir: /var/lib/sigul
# Password for accessing the NSS database. If not specified, the server will
# ask on startup
-; nss-password is not specified by default
+nss-password: {{ sigulServerPassword }}
# Minimum and maximum versions of TLS used
nss-min-tls: tls1.2
nss-max-tls: tls1.2
Show replies by date