Hi I have below python script with below line
Script name : add_cert.py
keytool -keystore client.truststore.jks -alias rby-yagpps -import -file rby-yagpps_1.crt
keytool -keystore client.truststore.jks -alias rby-yagpps -import -file rby-yagpps_1.crt
keytool -keystore client.truststore.jks -alias rby-yagpps -import -file rby-yagpps_1.crt
keytool -keystore client.truststore.jks -alias rby-yagpps -import -file rby-yagpps_1.crt
with each line executing by script , it asking password , i have same password for all of the above lines
how to input password automatically without manual intervention ?