SSL:
https:
from /etc/httpd/conf/ssl.key
rm server.key
make genkey (enter password)
chmod go-rwx ssl.key/server.key
rm server.csr
make certreq (enter general data, that makes
server.scr with a certificate)
make testreq, service httpd restart
(enter the password)
check from the browser: https://192.168.0.5
eccept the certificate.
info: -the home page must sit at /var/www/html
-service httpd reload do not work now
-if u wish to remove it go to httpd.conf and
remove SSLCertificate,SSLOption.(2)
|