[
https://issues.apache.org/jira/browse/CLOUDSTACK-6299?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
sebastien goasguen resolved CLOUDSTACK-6299.
--------------------------------------------
Resolution: Fixed
Fix Version/s: 4.3.1
4.4.0
All fixed, thanks for the bug
> 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
> Assignee: sebastien goasguen
> Priority: Trivial
> Labels: documentation
> Fix For: 4.4.0, 4.3.1
>
>
> 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)