You can use the makecert tool to make your own self issued certificates.
makecert -pe -r -n "CN=certnameinhere" -sky exchange -sr localmachine -ss my -len 2048 -eku 1.3.6.1.5.5.7.3.1 -e 01/01/2100
You can use the makecert tool to make your own self issued certificates.
makecert -pe -r -n "CN=certnameinhere" -sky exchange -sr localmachine -ss my -len 2048 -eku 1.3.6.1.5.5.7.3.1 -e 01/01/2100