How to upload the Exported Root Certificate on Azure for Point to Site configuration
We have seen how to generate a Root certificate and export the certificate to Cer and stored it securely. Now we will look at how to install/upload this certificate to Azure under the Point To Site Configuration. If you want to go through the Certificate creation and exporting process refer the article. Now open the RootExported.cer file […]
Create a Root Certificate and Client Certificate for configuring Point to Site VPN
This can be done in two ways like, PowerShell way and the Makecert. We will look at the PowerShell way and see how to create a Root Certificate and Client Certificate and then export the Client certificate for distributing with the VPN Users. We are performing all these activity on a Windows 10 Clients. Step 01 […]