Skip to content

Commit eeb9e5e

Browse files
authored
Update setup_cfssl.sh
1 parent f874f61 commit eeb9e5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup_cfssl.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,13 +85,13 @@ then
8585
systemctl start cfssl.service
8686
systemctl start ocsp.service
8787

88-
cfssl ocspdump -db-config /etc/cfssl/db_config.json> /etc/cfssl/ocspdump
88+
cfssl ocspdump -loglevel=0 -db-config /etc/cfssl/db_config.json > /etc/cfssl/ocspdump
8989
#cfssl ocspserve -port=8889 -responses=/etc/cfssl/ocspdump -loglevel=0
9090

9191
docker-compose restart
9292

9393
echo "We are almost ready please paste this command into the crontab that it is about to open then save. Press ENTER when ready"
94-
echo "cfssl ocspdump -db-config /etc/cfssl/db_config.json> /etc/cfssl/ocspdump"
94+
echo "cfssl ocspdump -loglevel=0 -db-config /etc/cfssl/db_config.json > /etc/cfssl/ocspdump"
9595
echo "Waiting 5 seconds so you can copy paste"
9696
sleep 5
9797
#add to crontab the ocsdump command

0 commit comments

Comments
 (0)