| Windows Apache (10) mod_perl (3) File Types (33) Internet Explorer (6) Network (11) Passwords (6) Printing Processes (13) Programming (243) |
How to create my own self-signed web server certificate
Question: I want to set up a test web server and use secure http (https). How can I create my own certificate without paying to Verisign?Answer: You only need to download the tool openssl. Then you can do these 3 steps:
Note: openssl.cnf is a config file with all the default information. You probably don't have this at hand. Remove the -config openssl.cnf in that case. Put those three files (our_system.*) in the location as specified in apache's httpd.conf configuration file.
Comments:
|