From 6ca6247e3bda87776bdaf99d343d35a281118c9e Mon Sep 17 00:00:00 2001 From: Varac Date: Fri, 29 Dec 2017 22:02:46 +0100 Subject: Finished platform workshop slides --- platform-workshop/slides.md | 34 +++++++++++++++++++++++----------- 1 file changed, 23 insertions(+), 11 deletions(-) (limited to 'platform-workshop/slides.md') diff --git a/platform-workshop/slides.md b/platform-workshop/slides.md index beb1074..9c3ee7b 100644 --- a/platform-workshop/slides.md +++ b/platform-workshop/slides.md @@ -14,6 +14,15 @@ Introduction: +# LEAP Encryption Access Project +## Provider installation workshop + +Download the bitmask client: https://bitmask.net + +--- + + + # LEAP Provider installation workshop If you want to use Vagrant during this session @@ -348,8 +357,8 @@ leap deploy # Tutorials -These slides: https://leap.se/slides/platform-workshop - +- These slides: https://leap.se/slides/platform-workshop +- Quick VPN tutorial: https://leap.se/en/docs/platform/tutorials/single-node-vpn --- # Install prerequisites @@ -472,32 +481,35 @@ $ leap cert csr Tutorial: https://leap.se/en/docs/platform/tutorials/single-node-vpn ``` -$ export OPTS='services:webapp,couchdb,openvpn openvpn.gateway_address:37.218.245.4' +$ export OPTS=(services:webapp,couchdb,openvpn openvpn.gateway_address:37.218.245.4) ``` ```notes -- Next slides for dh parameters +- Next slides for optional email provider ``` + --- -# Generate diffie-hellman parameters for openvpn +# Single node email provider + +Tutorial: https://leap.se/en/docs/platform/tutorials/single-node-email ``` -$ leap cert dh +$ export OPTS=(services:webapp,couchdb,soledad,mx) ``` *** -# Single node email provider - -Tutorial: https://leap.se/en/docs/platform/tutorials/single-node-email +# Generate diffie-hellman parameters for openvpn ``` -$ export OPTS='services:webapp,couchdb,soledad,mx' +$ leap cert dh ``` +```notes +- Only needed for VPN +``` *** - # Add an existing remote server ``` -- cgit v1.2.3