-1

How can I create this file?

If this functionality isn't built into Windows somewhere, I would prefer to work with C#.

Zee
  • 1,780
  • 3
  • 16
  • 27
  • See http://stackoverflow.com/questions/3770233/is-it-possible-to-programmatically-generate-an-x509-certificate-using-only-c and http://stackoverflow.com/questions/11232669/c-sharp-certificate-generation-framework . And no, it's not called "SSL certificate" and it has no relation to SSL. It's X.509 certificate. – Eugene Mayevski 'Callback Jan 15 '13 at 18:46

1 Answers1

1

openssl will do it for you. Take a look at this FAQ https://devcenter.heroku.com/articles/ssl-certificate-self

Richard Schneider
  • 34,944
  • 9
  • 57
  • 73