vCenter

 View Only
  • 1.  SSL Automation Tool Error

    Posted May 17, 2013 05:07 PM

    I'm trying to update my certificates to certs that are signed by our CA. When I go to update the SSO certificates, it asks for my master password. When I enter it in, it gives me an error that the password is incorrect. I know it is correct, because I can uninstall SSO with the same password, and can change admin passwords with the rsautil utility (which also requires that the master password). I believe it is giving me an error because I have an ampersand (&) in my password, and is treating it as a delimiter.

    Since according to VMware, there is no way to change the SSO master password, am I SOL? If I uninstall SSO and reinstall with a new password, will that mess anything up? All I really care about is that my VDI clients don't get disconnected and can reconnect to the clients (all full clones).

    BTW, I have already tried to change the password with that german site (http://translate.googleusercontent.com/translate_c?depth=1&hl=en&rurl=translate.google.com&sl=de&tl=en&u=http://www.die-…)



  • 2.  RE: SSL Automation Tool Error

    Posted May 18, 2013 10:30 PM

    This behaviour can indeed be caused by a master password containing certain special characters.

    There is a way to change the master password though:

    http://kb.vmware.com/kb/2038826

    Note: You can also update the master password that was created during installation using the rsautil manage-secrets -mcommand. For example:

    rsautil manage-secrets -m VMware123! -a change -N VMware@12345


  • 3.  RE: SSL Automation Tool Error

    Posted May 20, 2013 05:02 PM

    Thanks for the reply, but I get the following error (The "1b" is the part of my password after the '&' sign):

    '1b' is not recognized as an internal or external command, operable program or batch file.

    When I put the password in quotes, I get almost the same error:

    '1b####' is not recognized as an internal or external command, operable program or batch file.



  • 4.  RE: SSL Automation Tool Error
    Best Answer

    Posted Jun 05, 2013 09:31 PM

    Have you tried just running

    rsautil manage-secrets -a change

    it should automatically request the normal password and a new password avoiding any command line escaping issues.



  • 5.  RE: SSL Automation Tool Error

    Posted Jun 06, 2013 02:41 PM

    That worked! Thank you, you are a lifesaver!