E, what's the web server software? Apache 2? Something else?
In case of Apache v1 or v2, you very probably want to 'install'
mod_ssl and then you need to install your server cert and pkey as
well. Broadly speaking, that means you need access to the Apache
config files at least, which is not we
If you have access to the C compiler (most web hosts do not grant
this), you can install it with the
'--prefix=/filesystem/path/to/where/you/want/the/sslroot/to/be' option
to ./config.
If you do not, then you can compile the binary under a VMware virtual
machine at home (do not use the 'shared' co
Hi,
I'm new to openssl and need to install it on a remote linux server. Of
course I don't have access to all server folders, only one above webroot.
Firstly I'd like to know if this is possible, and second, how to install.
I have downloaded the files from http://www.devside.net/guides/linux/