remotestorage / remotestorage.js

⬡ JavaScript client library for integrating remoteStorage in apps
https://remotestoragejs.readthedocs.io
MIT License
2.32k stars 141 forks source link

add https to install instructions #11

Closed michielbdejong closed 13 years ago

michielbdejong commented 13 years ago

the install instructions mention nothing about https, yet in production, all unhosted storage nodes should run only over https. we had this working at some point, iirc it's just a2enmod ssl and then in the apache config turn on ssl and indicate the path to the 3 files that startssl.com gives you. we have certs for wallet.myfavouritesandwich.org and for dev.unhosted.org, which i will install again once we put this back into the install instructions - that way we can test the install instructions too.

michielbdejong commented 13 years ago

done on 'devel' branch, will merge to master later, together with other install procedure improvements