AD DS with Point-to-Site VPN Access Using Azure Portal

Опубликовано: 18 Май 2026
на канале: InfoTech Computer Academy
1,928
13

#sahaseeb #infotechca #azure
https://www.infotechca.com

Azure AD DS with Point-to-Site VPN Access

1.Create a virtual network
2.Create a gateway subnet
3.Create a virtual network gateway
4.Create VMs to run the DC and DNS server with Static IP
5.Install Windows Server Active Directory
6.Specify a DNS server
7.Generate self-signed Certificates using makecert command
a.To create a self-signed Root Certificate

i.makecert -sky exchange -r -n "CN=InfoTechRootCert" -pe -a sha1 -len 2048 -ss My "InfoTechRootCert.cer"

b.Generate a client certificate from a self-signed Root Certificate

i.makecert -n "CN=InfoTechClientCert" -pe -sky exchange -m 96 -ss My -in "InfoTechRootCert" -is my -a sha1

c.Export the root public key format as Base-64 encoded X.509 (.CER)
d.Export a client private key certificate as .pfx format.
8.Add the client address pool
9.Upload the root certificate
10.Download and install the VPN client configuration package
11.Install the client certificate
12.Connect to Azure
13.Verify your connection

Keep Learning, Keep Sharing & Keep Moving Forward!