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:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user