From 4f81df8b88ed022017f5f959c7b48ed7512f9f5e Mon Sep 17 00:00:00 2001
From: Andri Joos <andri@joos.io>
Date: Fri, 16 Jun 2023 09:41:33 +0000
Subject: [PATCH] add vpn tutorial

---
 README.md | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index e69cb5e..e84d796 100644
--- a/README.md
+++ b/README.md
@@ -33,4 +33,10 @@ shitty raspi-vents prevent os start!
     - kubernetes runner uf da kubernetes runner vo gitlab umstella
 
 ## additional deployments
-- [TIG stack](https://github.com/alekece/tig-stack) for monitoring 
+- [TIG stack](https://github.com/alekece/tig-stack) for monitoring
+
+# VPN
+- [tutorial](https://www.howtoforge.com/how-to-install-openconnect-vpn-server-on-ubuntu-22-04/)
+  - [openssl](https://support.microfocus.com/kb/doc.php?id=7013103) instead of letsencrypt, since letsencrypt wants to make HTTP request onto the server (lb in the middle => letsencrypt gets encrypted traffic, since https is defined as backend protocol; could be resolved with multiple ingresses)
+  - in config comment out last lines with sample vhost config
+- [android app](https://play.google.com/store/apps/details?id=com.github.digitalsoftwaresolutions.openconnect&hl=en&gl=US)
-- 
GitLab