1
0
mirror of https://github.com/certbot/certbot.git synced 2026-01-26 07:41:33 +03:00

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()