mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 15:22:38 -04:00
note about expected symlink to CSR.py
This commit is contained in:
parent
764b2783a7
commit
2901fa1c81
1 changed files with 1 additions and 0 deletions
|
|
@ -4,6 +4,7 @@ from chocolate_protocol_pb2 import chocolatemessage
|
|||
from Crypto.Hash import SHA256
|
||||
import M2Crypto
|
||||
import urllib2, os, sys, time, random, CSR, sys
|
||||
# CSR.py here should be a symlink to ../server-ca/CSR.py
|
||||
|
||||
def sha256(m):
|
||||
return SHA256.new(m).hexdigest()
|
||||
|
|
|
|||
Loading…
Reference in a new issue