decrease log level from acme_tiny
This commit is contained in:
parent
2f634f37b1
commit
ec33027e5f
@ -14,7 +14,7 @@ openssl_conf=$opt_dir/openssl.conf
|
|||||||
# script
|
# script
|
||||||
|
|
||||||
|
|
||||||
# stop script if receive SIGINT signal (ctrl-c)
|
# stop script if receive SIGINT (ctrl-c)
|
||||||
trap "exit" INT
|
trap "exit" INT
|
||||||
|
|
||||||
#print starting date
|
#print starting date
|
||||||
@ -122,7 +122,7 @@ do
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# get certificate
|
# 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
|
if [ $? != 0 ]; then
|
||||||
rm -rf $arg/tmp.pem
|
rm -rf $arg/tmp.pem
|
||||||
|
Loading…
x
Reference in New Issue
Block a user