Is it possible to avoid confirmation in WLST script while executing storeUserConfig
Hi!
Is ti possible to avoid confiramtion in WLST script while executing storeUserConfig?
wls:/nm/silentdomain> storeUserConfig(usercfile, userkfile, 'true')
Currently connected to Node Manager to monitor the domain silentdomain.
Creating the key file can reduce the security of your system if it is not kept in a secured location after it is created. Do you want to create the key file? y or n
I've try to run it with "java -Dweblogic.management.confirmKeyfileCreation=false weblogic.WLST" and export WLST_PROPERTIES=-Dweblogic.management.confirmKeyfileCreation=false but it seems that wlst is ignore it.
WLS 10.3.5 used on Linux x64.Thanks!
0