mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 02:44:21 +02:00
exit when failures are reported
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
from chocolate_protocol_pb2 import chocolatemessage
|
from chocolate_protocol_pb2 import chocolatemessage
|
||||||
from Crypto.Hash import SHA256
|
from Crypto.Hash import SHA256
|
||||||
import M2Crypto
|
import M2Crypto
|
||||||
import urllib2, os, sys, time, random, CSR
|
import urllib2, os, sys, time, random, CSR, sys
|
||||||
|
|
||||||
def sha256(m):
|
def sha256(m):
|
||||||
return SHA256.new(m).hexdigest()
|
return SHA256.new(m).hexdigest()
|
||||||
|
|||||||
Reference in New Issue
Block a user