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

make sure to use "M3Crypto"

This commit is contained in:
Seth Schoen
2012-07-13 18:55:09 -07:00
parent 722aaab568
commit 9930ae8875

View File

@@ -2,8 +2,9 @@
from chocolate_protocol_pb2 import chocolatemessage
from Crypto.Hash import SHA256
import M2Crypto
import urllib2, os, sys, time, random, CSR, sys
import CSR
from CSR import M2Crypto
import urllib2, os, sys, time, random, sys
# CSR.py here should be a symlink to ../server-ca/CSR.py
def sha256(m):