add or create ‘Subject Alternative Name’ field to self-signed certificate using makecert

An even easier way is to use the New-SelfSignedCertificate PowerShell commandlet, which includes a SAN by default. In a single command you can create the certificate and add it to the store. New-SelfSignedCertificate -DnsName localhost -CertStoreLocation cert:\LocalMachine\My Note that you need to run PowerShell as an administrator.

fiddler2 unable to generate certificate

In Win7 So go here: C:\Users\<username>\AppData\Roaming\Microsoft\Crypto\RSA\ Select all the files (named with UUIDS). Move those files to your Desktop or other folder outside AppData dir. Launch Fiddler, go to Tools | Fiddler Options | Enable HTTPS decryption See that it works this time (hopefully). Move the files back from their temp location (i.e., Desktop), to … Read more

How to pass multiple arguments in processStartInfo?

It is purely a string: startInfo.Arguments = “-sk server -sky exchange -pe -n CN=localhost -ir LocalMachine -is Root -ic MyCA.cer -sr LocalMachine -ss My MyAdHocTestCert.cer” Of course, when arguments contain whitespaces you’ll have to escape them using \” \”, like: “… -ss \”My MyAdHocTestCert.cer\”” See MSDN for this.

Using makecert for Development SSL

Here are my scripts for doing this: Create Certificate Authority Create a self-signed certificate (-r), with an exportable private key (-pe), using SHA1 (-r), for signing (-sky signature). The private key is written to a file (-sv). makecert -r -pe -n “CN=My Root Authority” -ss CA -sr CurrentUser ^ -a sha1 -sky signature -cy authority … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)