Uploaded image for project: 'CloudStack'
  1. CloudStack
  2. CLOUDSTACK-6299

GetVMPassword decypher instructions are wrong

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Trivial
    • Resolution: Fixed
    • 4.3.0
    • 4.4.0, 4.3.1
    • API
    • Security Level: Public (Anyone can view this level - this is the default.)

    Description

      The procedure described in the Wiki at https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=34014652 is incorrect.

      The first openssl conversion step will give you an empty file.

      The correct procedure is:

      openssl enc -base64 -in encryptedpassword -out binarytext -d -A
      openssl rsautl -decrypt -in binarytext -out plaintext -inkey private.pem

      Please correct the wiki page and add detail in the API doc to the base64 format of the API getVMpassword result.

      Attachments

        Activity

          People

            sebgoa Sebastien Goasguen
            retrack Antoine Coetsier
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: