Azure Administrator Zero to Hero ! Configure Azure VPN Lab Step by Step DAY-20

Поделиться
HTML-код
  • Опубликовано: 20 авг 2024
  • 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:\CurrentUser\My" -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:\CurrentUser\My" `
    -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 - acesse.dev/VOoNW
    Become System Admin in 2024 - encr.pw/U0SFs
    Microsoft Intune - acesse.dev/6kKfg
    Microsoft Azure AZ-104 -
    Veeam Backup and Replication - encr.pw/3r4U7
    VMware vSphere 8.0 - acesse.dev/ZfoXj
    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:
    ---------------
    RUclips :
    / @teachmecloud
    LinkedIn :
    / er-manjeet-rawat-66356766
    Instagram :
    / mr_manjeet_rawat
    WhatsApp : +91-8447612926
    Buy Courses for Life Time Assess :
    www.udemy.com/...
    clprios.page.l...
    www.teachmecloud.in
    24/7 Technical Support ! support@teachmecloud.net

Комментарии • 2