Azure Administrator Zero to Hero ! Configure Azure VPN Lab Step by Step DAY-20
In this video you will learn steps to configure Azure Site to Point VPN Step by Step complete guide !
#teachmecloud
#VPN
#azurevpn
#azureadministrator
#azure_az_104
#azureliveclass
Create Self-Signed Certificate Power Shell Command.
Root Certificate:
$cert = New-SelfSignedCertificate -Type Custom -KeySpec Signature `
-Subject “CN=NameofyourRootCert” -KeyExportPolicy Exportable `
-HashAlgorithm sha256 -KeyLength 2048 `
-CertStoreLocation “Cert:CurrentUserMy” -KeyUsageProperty Sign -KeyUsage CertSign
Client Certificate:
New-SelfSignedCertificate -Type Custom -DnsName P2SChildCert -KeySpec Signature `
-Subject “CN=NameOfYourChildCert” -KeyExportPolicy Exportable `
-HashAlgorithm sha256 -KeyLength 2048 `
-CertStoreLocation “Cert:CurrentUserMy” `
-Signer $cert -TextExtension @(“2.5.29.37={text}1.3.6.1.5.5.7.3.2”)
Important Playlist that boost your IT Career:
——————————————–
Microsoft Offic365 –
Become System Admin in 2024 –
Microsoft Intune –
Microsoft Azure AZ-104 –
Veeam Backup and Replication –
VMware vSphere 8.0 –
About Me:
——–
I am Manjeet Rawat, and I have been working as an IT trainer for the past 16 years. During this time, I have gained extensive experience in various technologies, such as End User Computing, Windows Server 2016/2019/2022, Cisco Devices, Active Directory, and Cloud Computing..
8+ years of experience in Cloud and Virtualization Solutions. Helping businesses modernize their infrastructure and take advantage of the cloud. Let’s make the world more connected, one virtualization at a time!
How to Connect:
—————
YouTube :
/ @teachmecloud
LinkedIn :
/ er-manjeet-rawat-66356766
Instagram :
/ mr_manjeet_rawat
WhatsApp : +91-8447612926
Buy Courses for Life Time Assess :
www.teachmecloud.in
24/7 Technical Support ! support@teachmecloud.net
[ad_2]
source