How do I perform a -i build upload from a script?
Published: July 16, 2018 - 11:44 AM
Good morning,
I cannot perform a build-upload WITHOUT entering the private key password.
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 !
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 = ???)The .pem file associated with my certificate, perhaps?
Thanks in advance !