sudo gem install leap_cli
leap new example --domain example.org
cd example
leap add-user --self
leap cert ca
leap cert dh
leap cert csr
leap node add blueberry services:openvpn \
ip_address:1.1.1.1 openvpn.gateway_address:1.1.1.2
leap node add raspberry services:couchdb,webapp \
ip_address:1.1.1.3
leap init node
leap deploy
We want all the features
Soledad: client-encrypted storage of content and metadata, searchable, offline support, backed up, sync'ed to multiple devices.
Invisible keys: let the robot manage keys; simple federated provider validation to start; forward compatibility with better validation as new protocols come online.
Tor: relay SMTP over hidden service when available (not in stable platform yet, but working live for two email providers).
Secure Remote Password: A login/password user experience, but the provider never has access to the password cleartext.