Windows Apache (4) mod_perl (2) File Types (33) Internet Explorer (6) Network (12) Passwords (6) Printing Processes (13) Programming (318) ![]() |
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:
|