This commit is contained in:
v-kaywon 2017-07-24 17:09:33 -07:00 committed by Jenny Tam
parent a1e82d4283
commit c8e2cc3f1d

View file

@ -54,7 +54,7 @@ def setupAE( conn_options, dbname ):
inst_command = "certutil -user -p '' -importPFX My " + cert_name + " NoRoot"
print("**********In Windows**********")
print(inst_command)
executeCommand(inst_command)
executeCommmand(inst_command)
# create Column Master Key and Column Encryption Key
executeSQLscript('ae_keys.sql', conn_options, dbname)