Hi All,
i have to add certificate in using keytool command before i install my package on brand new machine.
keytool expects password (changeit) during adding certificates.
i would like to know how it can be handled in recipe.
It appears that keytool has an option -storepass
just for this which is what I’d utilize in your recipe as presumably you’ll be using something like the execute
resource.
-cheeseplus