issue daemon doesn't verify challenges

This commit is contained in:
Seth Schoen 2012-11-18 21:02:59 -08:00
parent 39d1924990
commit b369e96d06

View file

@ -4,7 +4,6 @@
# the database that are waiting for a cert to be issued.
import redis, redis_lock, CSR, sys, signal
from sni_challenge.verify import verify_challenge
from Crypto import Random
r = redis.Redis()