Skip to main content

Posts

Showing posts from June 10, 2007

Installing a private certificate server

Installing a private certificate server, Linux version: Edit /etc/httpd/conf/httpd.conf and change "<VirtualHost _default_:443>" to "<VirtualHost 192.168.10.200:443>" [root@dts conf]# cd /etc/httpd/conf/ssl.key [root@dts ssl.key]# openssl genrsa -out server.key 1024 [root@dts ssl.key]# cd ../ssl.crt [root@dts ssl.crt]# openssl req -new -key ../ssl.key/server.key -x509 -out server.crt Country Name (2 letter code) [AU]:US State or Province Name (full name) [Some-State]:New York Locality Name (eg, city) []:New York Organization Name (eg, company) [Internet Widgits Pty Ltd]:Grb-internal Organizational Unit Name (eg, section) []:. Common Name (eg, your name or your server's hostname) []:192.168.10.200 Email Address []: larnd@grb.xxxxx.org [root@dts ssl.crt]# service httpd restart From What Keeps You Off of Windows?

Ubuntu Desktop Effects problems

I had to turn off the cool Desktop Effects in Ubutunu 7.04 today, because the computer stopped responding to the mouse again. When this happens, I can still move my cursor around, but clicks don't do anything. I end up killing X (Ctrl-Shift-Backspace) and rebooting, since logging back in results in another error: Nautilus can't load.