Whether you create your own code-signing certificate, or use a certificate from a certificate authority, it’s easy to give your Windows binaries the seal of approval. If you compile programs on ...
The cert in that sample is Base64 encoded, not DER encoded. In Windows, you can easily get a copy encoded in this manner by simply running the export wizard and selecting the Base64 option, rather ...
Can I create a self-signed SSL certificate using the IIS 6 resource kit, and then (somehow?) import that certificate onto some client machines so that I can connect securely without the nag message ...