How do I create a self signed SSL certificate for an Apache Server to use while testing a web app?
|
|
from http://httpd.apache.org/docs/2.0/ssl/ssl_faq.html#selfcert
|
||
|
|
|
|
Various tools exist that can generate SSLs. Try OpenSSL for example. Alternatively, there's one in the IIS 6 resource kit, if you're on Windows. |
||
|
|
|
|
use OpenSSL (http://www.openssl.org/) here's a tutorial, http://sial.org/howto/openssl/self-signed/ |
||
|
|
