tjanczuk / git-azure

Deploy multiple node.js applications to Windows Azure from MacOS using Git
Other
61 stars 11 forks source link

windows: does not work due to dependency on openssl #5

Open tjanczuk opened 12 years ago

tjanczuk commented 12 years ago

Find a replacement on Windows or disable up front.

woloski commented 12 years ago

what are you using openssl for? to create the self signed cert? Can't you make it optional on Windows or allow me to provide my own cert?

tjanczuk commented 12 years ago

Generation of the self signed cert as well as encryption of password for RDP (wich is required to enable RDP). The latter requires public key encryption which node does not support.


From: Matias Woloski [reply@reply.github.com] Sent: Wednesday, May 23, 2012 6:36 PM To: Tomasz Janczuk Subject: Re: [git-azure] windows: does not work due to dependency on openssl (#5)

what are you using openssl for? to create the self signed cert? Can't you make it optional on Windows or allow me to provide my own cert?


Reply to this email directly or view it on GitHub: https://github.com/tjanczuk/git-azure/issues/5#issuecomment-5888840