mirror of https://github.com/apache/jclouds.git
93d69ece2b
Also address all warnings, via: find -name \*.java | while read i; do if [ x`tail -c 1 $i` != x"" ]; then echo >> $i; fi; done |
||
---|---|---|
.. | ||
src | ||
.gitignore | ||
README.txt | ||
pom.xml |
README.txt
How to create the certificate : Create the .cer and pfx files using http://www.windowsazure4j.org/learn/labs/Management/index.html or http://msdn.microsoft.com/en-us/library/gg551722 Add it to azure : http://msdn.microsoft.com/en-us/library/gg551726 Generate the keystore http://stackoverflow.com/questions/4217107/how-to-convert-pfx-file-to-keystore-with-private-key openssl pkcs12 -in certificate.pfx -out certificate.pem