awsome..... it worked on the first try... thnaks > Am Samstag 03 Januar 2004 13:38 schrieb Technical: >> what packages do I need in addition to openssl and apache and what >> configuration files must I alter. Step by step instructions are greatly >> appreaciated >> >> >> -- >> fedora-list mailing list >> fedora-list@xxxxxxxxxx >> To unsubscribe: http://www.redhat.com/mailman/listinfo/fedora-list > first you need a server key and a certivicate > to generate the server key type : openssl genrsa -des3 4096 >>/etc/httpd/conf/ssl.key/server.key > than you can make your a self signet cerificte with > openssl req -new -x509 -key /etc/httpd/conf/ssl.key/server.key -out > /etc/httpd/conf/ssl.crt/server.crt -days 365 -utf8 > or create a requrst and send it to a CA when you will buy one > next mus must modify the /etc/httpd/conf.d/ssl.conf file show atatchment > then restart apache. and now can can use https://xxxxx to connect via SSL > > > >