EvilZone

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

Title: Self Signed Certificate
Post by: crXss on 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
Title: Re: Self Signed Certificate
Post by: Kulverstukas on 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.
Title: Re: Self Signed Certificate
Post by: crXss on October 15, 2012, 10:15:18 PM
For an apache or IIS7 server.
Title: Re: Self Signed Certificate
Post by: Kulverstukas on October 16, 2012, 10:00:43 AM
So you're talking about SSL?
Title: Re: Self Signed Certificate
Post by: Simba on 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.
Title: Re: Self Signed Certificate
Post by: ca0s on October 16, 2012, 02:00:56 PM
Code: [Select]
http://www.akadia.com/services/ssh_test_certificate.html
http://www.dylanbeattie.net/docs/openssl_iis_ssl_howto.html
This?
Title: Re: Self Signed Certificate
Post by: crXss on October 18, 2012, 02:55:14 AM
Simba & caOs, that was it.