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

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

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

CLOUDSTACK-6299: Fixed apidoc info with base64 encoded

Conflicts:
        api/src/org/apache/cloudstack/api/response/GetVMPasswordResponse.java


> 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)

Reply via email to