Written by James McDonald

September 11, 2019

In the Virtual Network Gateway configuration enable “IKEv2 and SSTP” as the Point-to-site configuration Tunnel Type

To use EasyRSA certs on Windows. Assuming you have already initialized your EasyRSA ca.crt then you need to create a client cert

./easy-rsa build-client-full client5
./easyrsa export-p12 client5
# you need to supply the client5 passphrase in order to export to the p12 format and import to windows again

Assuming you have already created the root ca.crt you will need to double click on ca.crt and import it. I let it choose where it put it. It ended up in the correct spot. Likewise with the client cert it put it under Personal\Certificates under the Current User certificate store.

Once you download and install the Window Azure VPN client it will simply just connect.

0 Comments

Submit a Comment

Your email address will not be published. Required fields are marked *

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

The reCAPTCHA verification period has expired. Please reload the page.

You May Also Like…

Clear HSTS Settings in CHrome

Open chrome://net-internals/#hsts enter the domain in the query field and click Query to confirm it has HSTS settings...

Ubuntu on Hyper-v

It boils town to installing linux-azure # as root or sudo apt-get update apt-get install linux-azure...