diff options
Diffstat (limited to 'revoke_crt.py')
-rw-r--r-- | revoke_crt.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/revoke_crt.py b/revoke_crt.py index 7ab79c1..a64d655 100644 --- a/revoke_crt.py +++ b/revoke_crt.py @@ -12,7 +12,6 @@ def revoke_crt(pubkey, crt): """ #CA = "https://acme-staging.api.letsencrypt.org" CA = "https://acme-v01.api.letsencrypt.org" - TERMS = "https://letsencrypt.org/documents/LE-SA-v1.1.1-August-1-2016.pdf" nonce_req = urllib2.Request("{0}/directory".format(CA)) nonce_req.get_method = lambda : 'HEAD' |