[
https://issues.apache.org/jira/browse/CLOUDSTACK-6299?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13950730#comment-13950730
]
ASF subversion and git services commented on CLOUDSTACK-6299:
-------------------------------------------------------------
Commit 6d15f6c27e9b5019106c7d3f07eb64ed42e3b6ce in cloudstack's branch
refs/heads/4.4 from [~sebgoa]
[ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=6d15f6c ]
CLOUDSTACK-6299: Fixed apidoc info with base64 encoded
> 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
> Labels: documentation
>
> 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)