EvilZone

Programming and Scripting => Projects and Discussion => : crXss October 15, 2012, 09:55:44 PM

: Self Signed Certificate
: crXss October 15, 2012, 09:55:44 PM
Sup.

Anyone develop a self signed certificate before? Is there a DIY method or template?

 Granted I could have googled this and found the answer myself but I thought I'd use this as an opportunity to meet some fellow coders as I've been away from IRC & forums for nearly 10 years.

Your input is appreciated

-crXss
: Re: Self Signed Certificate
: Kulverstukas October 15, 2012, 10:07:12 PM
Self signed certificate for what? For Android you create your own certificate, or you can reuse them. For Java applets to run you have to sign them with either self-made certificate or use some other certificate.
: Re: Self Signed Certificate
: crXss October 15, 2012, 10:15:18 PM
For an apache or IIS7 server.
: Re: Self Signed Certificate
: Kulverstukas October 16, 2012, 10:00:43 AM
So you're talking about SSL?
: Re: Self Signed Certificate
: Simba October 16, 2012, 12:44:02 PM
Kulverstukas relax :)

OP:
Go to http://www.instantssl.com/ssl-certificate-products/free-ssl-certificate.html

You will have valid certificate for 90 days , after that it will work as self signed.

There you will find instructions how to generate server key and so on.
: Re: Self Signed Certificate
: ca0s October 16, 2012, 02:00:56 PM
:
http://www.akadia.com/services/ssh_test_certificate.html
http://www.dylanbeattie.net/docs/openssl_iis_ssl_howto.html
This?
: Re: Self Signed Certificate
: crXss October 18, 2012, 02:55:14 AM
Simba & caOs, that was it.