[network-manager-sstp.wiki] Create Connect to Microsoft Azure VNetGateway



commit 8c3942557634b8a9e86b79d8e4a9faa47ca11ada
Author: Eivind Næss <eivnaes yahoo com>
Date:   Sun Apr 10 22:07:05 2022 +0000

    Create Connect to Microsoft Azure VNetGateway

 Connect-to-Microsoft-Azure-VNetGateway.md | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
---
diff --git a/Connect-to-Microsoft-Azure-VNetGateway.md b/Connect-to-Microsoft-Azure-VNetGateway.md
new file mode 100644
index 0000000..14b5c20
--- /dev/null
+++ b/Connect-to-Microsoft-Azure-VNetGateway.md
@@ -0,0 +1,19 @@
+You can connect to your Microsoft Azure VNET Gateway using network-manager-sstp
+
+## Configure your Virtual Network Gateway
+
+Basically, you follow the documentation at Microsoft to configure your VNetGateway. 
+
+<https://docs.microsoft.com/en-us/azure/vpn-gateway/vpn-gateway-howto-point-to-site-resource-manager-portal>
+
+Setting up the certificates:
+
+<https://docs.microsoft.com/en-us/azure/vpn-gateway/vpn-gateway-certificates-point-to-site-linux>
+
+Export your CA certificate here:
+`openssl x509 -in caCert.pem -outform der | base64 -w0 ; echo`
+
+## Configure your Linux Desktop
+
+
+


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]