Creating Wildcard Certificates with makecert.exe
- by Shawn Cicoria
Be nice to be able to make wildcard certificates for use in development with makecert – turns out, it’s real easy. Just ensure that your CN= is the wildcard string to use. The following sequence generates a CA cert, then the public/private key pair for a wildcard certificate REM make the CA
makecert -pe -n "CN=*.contosotest.com" -a…