Hi danBern
You can use a tool such a makecert.exe which can be downloaded from Microsoft. Its command based and once the certificate is created, it can be found in your personal certificte store. You can also create SAN certificates this way.
Here is an example of a SAN certificate.
makecert.exe -r -pe -n "CN=*.domain.co.uk, CN=crmserver_name" -b 01/01/2010 -e 01/01/2050 -eku 1.3.6.1.5.5.7.3.1
-ss my -sr localMachine -sky exchange -sp "Microsoft RSA SChannel Cryptographic Provider" -sy 12
Marc Collins www.QGate.co.uk