Skip to content

Commit

Permalink
Update setup_cfssl.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
steccas committed Dec 14, 2021
1 parent f874f61 commit eeb9e5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup_cfssl.sh
Expand Up @@ -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
Expand Down

0 comments on commit eeb9e5e

Please sign in to comment.