I do not have any idea how to generate self-signed SSL certificate for Apache on Windows Vista, but I have to do that.
How I can do that?
|
I do not have any idea how to generate self-signed SSL certificate for Apache on Windows Vista, but I have to do that. How I can do that? | ||||
|
feedback
|
|
You can install OpenSSL for Windows, which is free. After installation, open command line (
This generates For installation to Apache2 (in Linux):
Change correct paths to following lines (paths to your new key and certificate):
Save and run | |||||
feedback
|