HI Lex,
Thank you for the reply. I was doing self study training on AZ-700 and I was in the process of creating point to site connection. In the given article it is said that we need to create self signed certificate based on the below article.
https://learn.microsoft.com/en-us/azure/vpn-gateway/vpn-gateway-certificates-point-to-site
"Create a self-signed root certificate
Use the New-SelfSignedCertificate cmdlet to create a self-signed root certificate. For additional parameter information, see New-SelfSignedCertificate.
From a computer running Windows 10 or later, or Windows Server 2016, open a Windows PowerShell console with elevated privileges.
- Create a self-signed root certificate. The following example creates a self-signed root certificate named 'P2SRootCert' that's automatically installed in 'Certificates-Current User\Personal\Certificates'. You can view the certificate by opening certmgr.msc, or Manage User Certificates."
Based on point number one I felt that i need to create it on the windows machine.
So can we use a virtual machine in azure as I thingk i am going to connect form my machine to the Azure.
Thanks
BR
SF