summaryrefslogtreecommitdiff
path: root/platform-workshop/slides.md
diff options
context:
space:
mode:
Diffstat (limited to 'platform-workshop/slides.md')
-rw-r--r--platform-workshop/slides.md34
1 files changed, 23 insertions, 11 deletions
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:
<img src="./images/kid-jumping.svg" width="20%" height="20%">
+# LEAP Encryption Access Project
+## Provider installation workshop
+
+Download the bitmask client: https://bitmask.net
+
+---
+
+<img src="./images/kid-jumping.svg" width="20%" height="20%">
+
# 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
```