In the below resource pool section of the Bosh manifest, password is in encrypted format. Now we are changing the cleartext password to something else.
How do we encrypt those cleartext passwords and put it in the manifest ? In other words what encryption algorithm has to be used. I tried to use makepasswd utility in linux with MD5 algorithm and that doesn't seem to be right. Please advise.