You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cloudstack.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2014/03/28 14:53:24 UTC

[jira] [Commented] (CLOUDSTACK-6299) GetVMPassword decypher instructions are wrong

    [ https://issues.apache.org/jira/browse/CLOUDSTACK-6299?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13950723#comment-13950723 ] 

ASF subversion and git services commented on CLOUDSTACK-6299:
-------------------------------------------------------------

Commit af66d0e4f65cd524370b9b919cba11e11edd46c4 in cloudstack's branch refs/heads/master from [~sebgoa]
[ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=af66d0e ]

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)