Antoine Coetsier created CLOUDSTACK-6299:
--------------------------------------------

             Summary: GetVMPassword decypher instructions are wrong
                 Key: CLOUDSTACK-6299
                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-6299
             Project: CloudStack
          Issue Type: Bug
      Security Level: Public (Anyone can view this level - this is the default.)
          Components: API
    Affects Versions: 4.3.0
            Reporter: Antoine Coetsier
            Priority: Trivial


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.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to