skip to Main Content

Azure: How to configure Point-to-Site using Terraform?

I followed the article https://www.ais.com/how-to-configure-point-to-site-vpn-connection-using-azure-certificate-authentication/ and configured Point-to-Site. In summary: I have created the Root & Client Certificate and configured the Virtual Gateway Here we are generating the root certificate $cert = New-SelfSignedCertificate -Type Custom -KeySpec Signature -Subject "CN=VPNRoot" -KeyExportPolicy…

VIEW QUESTION
Back To Top
Search