mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 07:12:54 -04:00
make sure to use "M3Crypto"
This commit is contained in:
parent
722aaab568
commit
9930ae8875
1 changed files with 3 additions and 2 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Reference in a new issue