0 votes
by (250 points)
edited by

how can I create SSL Certificates?

tried to secure a simple webserver (like https://forum.rebex.net/2933/how-to-create-a-simple-tls-ssl-server?show=2933#q2933).
in this example, the certificate was given and loaded from file.

How can I create a private Key, create a csr and crt (with their Attibutes) without use of openssl or BouncyCastle C#?

Applies to: Rebex HTTPS

1 Answer

+1 vote
by (250 points)
by (144k points)
Thanks, you were faster than me! :-)
I at least added some sample code that creates self-signed certificates instead of certificate requests - in an actual app, this might be useful as well:
http://forum.rebex.net/6566/how-can-i-create-a-self-signed-server-certificate
...