Skip to content

Commit

Permalink
--dnssleep param
Browse files Browse the repository at this point in the history
  • Loading branch information
andyzhshg authored May 31, 2018
1 parent 0453281 commit a04b5df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cert-up.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ cd ${BASE_ROOT}
echo 'updating default cert by acme.sh tool'
source ${BIN_PATH}/acme.sh.env

${BIN_PATH}/acme.sh --issue --dns ${DNS} -d *.${DOMAIN}
${BIN_PATH}/acme.sh --issue --dns ${DNS} --dnssleep ${DNS_SLEEP} -d *.${DOMAIN}
${BIN_PATH}/acme.sh --installcert -d *.${DOMAIN} \
--certpath ${CERT_PATH}/cert.pem \
--key-file ${CERT_PATH}/privkey.pem \
Expand Down

0 comments on commit a04b5df

Please sign in to comment.