difference between Apache Mod_SSL and OpenSSL
There is no difference, the process is the same and the directives used are the same. Apache fails on start up, what could cause this?
If the key file has a passphrase you need to remove it, as Apache cannot read this on start-up, you can do that with the following command: openssl rsa -in file1.key -out file2.key
file2.key will contain your unencrypted key If you used Mozilla to download the file, it may have saved the file in compressed format.
[ 本帖最后由 soola 于 2005-10-17 00:32 编辑 ] |
|