decrease log level from acme_tiny

This commit is contained in:
Roman Hoellen 2018-09-13 10:45:43 +02:00
parent 2f634f37b1
commit ec33027e5f

View File

@ -14,7 +14,7 @@ openssl_conf=$opt_dir/openssl.conf
# script
# stop script if receive SIGINT signal (ctrl-c)
# stop script if receive SIGINT (ctrl-c)
trap "exit" INT
#print starting date
@ -122,7 +122,7 @@ do
fi
# get certificate
python "$acme_tiny" --account-key "$account_key" --csr "$csr" --acme-dir "$acme_dir" > "$arg/tmp.pem"
python "$acme_tiny" --quiet --account-key "$account_key" --csr "$csr" --acme-dir "$acme_dir" > "$arg/tmp.pem"
if [ $? != 0 ]; then
rm -rf $arg/tmp.pem