Jump to content

Open SSL help...


somo

Recommended Posts

First off, What is your OS? Linux? if so what flavor(distrobution) windows? then your outta luck - i cant help you

if you are running sometihng like Debian ( personal recommendation)
[code]
apt-get install openssl
apache2-ssl-certificate
a2enmod ssl
/etc/init.d/apache2 reload
[/code]
then you need to add
[code]Listen 443[/code]
to /etc/apache2/ports.conf

then add:
[code]
SSLEngine on
SSLCertificateFile /etc/apache2/ssl/apache.pem
[/code]
to all your virtual hosts that require it.

and you have just successfully installed openssl

The above setup is a problem if you are not the owner of the server or rather if you do not have full access to the config files.

What do you need to use it for?
Link to comment
https://forums.phpfreaks.com/topic/14722-open-ssl-help/#findComment-58800
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.