|
@@ -121,7 +121,6 @@ def get_crt(account_key, csr, acme_dir, log=LOGGER, CA=DEFAULT_CA):
|
|
resp_data = resp.read().decode('utf8').strip()
|
|
resp_data = resp.read().decode('utf8').strip()
|
|
assert resp_data == keyauthorization
|
|
assert resp_data == keyauthorization
|
|
except (IOError, AssertionError):
|
|
except (IOError, AssertionError):
|
|
- print("resp_data", resp_data)
|
|
|
|
os.remove(wellknown_path)
|
|
os.remove(wellknown_path)
|
|
raise ValueError("Wrote file to {0}, but couldn't download {1}".format(
|
|
raise ValueError("Wrote file to {0}, but couldn't download {1}".format(
|
|
wellknown_path, wellknown_url))
|
|
wellknown_path, wellknown_url))
|