From eeb9e5e2dbe3069f33217519273a7df773545f2d Mon Sep 17 00:00:00 2001 From: Luca Steccanella Date: Tue, 14 Dec 2021 16:01:57 +0100 Subject: [PATCH] Update setup_cfssl.sh --- setup_cfssl.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup_cfssl.sh b/setup_cfssl.sh index 3c5e57b..8e3c5dc 100755 --- a/setup_cfssl.sh +++ b/setup_cfssl.sh @@ -85,13 +85,13 @@ then systemctl start cfssl.service systemctl start ocsp.service - cfssl ocspdump -db-config /etc/cfssl/db_config.json> /etc/cfssl/ocspdump + cfssl ocspdump -loglevel=0 -db-config /etc/cfssl/db_config.json > /etc/cfssl/ocspdump #cfssl ocspserve -port=8889 -responses=/etc/cfssl/ocspdump -loglevel=0 docker-compose restart echo "We are almost ready please paste this command into the crontab that it is about to open then save. Press ENTER when ready" - echo "cfssl ocspdump -db-config /etc/cfssl/db_config.json> /etc/cfssl/ocspdump" + echo "cfssl ocspdump -loglevel=0 -db-config /etc/cfssl/db_config.json > /etc/cfssl/ocspdump" echo "Waiting 5 seconds so you can copy paste" sleep 5 #add to crontab the ocsdump command