fix certificate path

This commit is contained in:
v-kaywon 2017-07-24 15:30:35 -07:00 committed by Jenny Tam
parent 396537c3a1
commit d8adc048a0

View file

@ -70,7 +70,7 @@ def setupAE( server, dbname, uid, pwd):
if platform.system() == 'Windows':
# import self signed certificate
dir_name = os.path.realpath(__file__)
cert_name = os.path.join(dir_name, "PHPcert.ps1")
cert_name = os.path.join(dir_name, "PHPcert.pfx")
inst_command = "certutil -user -p '' -importPFX My " + cert_name + " NoRoot"
executeCommand(inst_command)
# create Column Master Key and Column Encryption Key