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?
If you don't want to be tied down to a desktop, you need direct access to your computer in the cloud. Since Firefox runs just about everywhere, it's a good place to start to set up a reliable way to access your accounts. Blog & Social Delicious Bookmarks is the recommended and official Firefox add-on for Delicious, the world's leading social bookmarking service (formerly del.icio.us). It integrates your bookmarks and tags with Firefox and keeps them in sync for easy, convenient access. Syncing slows down startup, though. ScribeFire Blog Editor is a blog editor that integrates with your browser and lets you easily post to your blog. They've also integrated their affiliate Quick Ads advertising program, which I haven't tried.
Comments