Tuesday 16 May 2017

AZURE Point to Site VPN Create -Certificates

AZURE Point to Site VPN Create


makecert -sky exchange -r -n "CN=MyNet" -pe -a sha1 -len 2048 -ss My

makecert -n "CN=MyNetClient" -pe -sky exchange -m 96 -ss My -in "MyNet" -is my -a sha1

In the screen that pops up, click 'Certificate' and then on 'add'.
Select 'My User Account' and click on 'Finish'.
Expand 'Current User' in the left panel, then 'Personal' and then 'Certificates'.
Right click on certificate and click 'All Tasks' and then 'Export'.
 one with private key and one with no key just the .cer file