Page 1 of 1

How do I perform a -i build upload from a script?

Published: July 16, 2018 - 11:44 AM
by louisinger
Good morning,

I cannot perform a build-upload WITHOUT entering the private key password.

Code: Select all

myWapt.build_upload(r'C:\Temp\%s'%(computer_name), private_key_passwd = ???)
What should I put in the private_key_passwd field knowing that I cannot hardcode the password?.
The .pem file associated with my certificate, perhaps?

Thanks in advance !