X-Git-Url: https://git.distorted.org.uk/~mdw/distorted-letsencrypt/blobdiff_plain/8a0c5e387ace2086ff659ae2f9baccaae387bcf1..4bf2ac4fc135858787ca2c9a6d339d30dd09ab95:/bin/make-cert diff --git a/bin/make-cert b/bin/make-cert index fd0cdf5..9dcf15b 100755 --- a/bin/make-cert +++ b/bin/make-cert @@ -14,6 +14,10 @@ case $# in 0) ;; *) fail_usage ;; esac prepare_tmp $tag +## Make sure there's no proxy. I get `urn:acme:error:badNonce' with high +## probability if I use IPv6, so avoid rolling the dice. +unset http_proxy + ## Let's go. cert=$home/cert/$tag cd $cert