Azure Point to Site VPN Configuration Step by Step | VPN Gateway | Certificates

Опубликовано: 10 Сентябрь 2024
на канале: TECH CONNECT
337
6

A Point-to-Site (P2S) VPN gateway connection lets you create a secure connection to your virtual network from an individual client computer. A P2S connection is established by starting it from the client computer. This solution is useful for telecommuters who want to connect to Azure VNets from a remote location, such as from home or a conference. P2S VPN is also a useful solution to use instead of S2S VPN when you have only a few clients that need to connect to a VNet.

Today we are going to learn about Azure VPN Gateway and how to configure a P2S connection to Azure.

$cert = New-SelfSignedCertificate -Type Custom -KeySpec Signature -Subject "CN=RootCert" -KeyExportPolicy Exportable -HashAlgorithm sha256 -KeyLength 2048 -CertStoreLocation "Cert:\CurrentUser\My" -KeyUsageProperty Sign -KeyUsage CertSign

New-SelfSignedCertificate -Type Custom -DnsName ClientCert -KeySpec Signature -Subject "CN=ClientCert" -KeyExportPolicy Exportable -HashAlgorithm sha256 -KeyLength 2048 -CertStoreLocation "Cert:\CurrentUser\My" -Signer $cert -TextExtension @("2.5.29.37={text}1.3.6.1.5.5.7.3.2")


Смотрите видео Azure Point to Site VPN Configuration Step by Step | VPN Gateway | Certificates онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь TECH CONNECT 10 Сентябрь 2024, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 33 раз и оно понравилось людям.