Add to MyYahoo!
Subscribe in NewsGator Online
Add to Newsburst
Add to Google
Add to My AOL
Add to Pluck
Subscribe in FeedLounge
Add to Windows Live
Add to NetVibes
Subscribe in Rojo
Subscribe in Bloglines
Add to MyMSN
Add to Plusmo for your cellphone
Add to PageFlakes
Add to Technorati
Add to BlinkBits

items tagged with certificate

Create Your own SSL certificate for Apache
Written By: Administrator
Section: Internet www

Category: Apache

2007-07-01 22:51:39

Create a new RSA key

# openssl genrsa -des3 -out server.key 1024
Give a very lengthy key, and save it somewhere in a PGP file or TrueCrypt volume

Create a non encrypted version for Apache

# openssl rsa -in server.key -out server.key.unsecure

Prepare the mark inquiry

# openssl req -new -key server.key -out server.csr
Attention enter the host from where the certificate will be use, since browser are matching content of certificate with host url.

Sign the certificate

# openssl x509 -req -days 365 -in server.csr -signkey server.key -out server.crt

Add the SSL certificate to Apache

Attention
path to server.key and server.crt may differ!

(SuSE 9.3 keys store at /etc/apache2/ssl.key/)
# cp server.key.unsecure /etc/httpd/ssl.key/server.key
# cp server.crt /etc/httpd/ssl.crt/server.crt
# chmod 400 /etc/httpd/ssl.key/server.key
# chmod 400 /etc/httpd/ssl.crt/server.crt

Restart Apache

BrutalGraceful

# /etc/init.d/apache restart

# apache2ctl gracefu
 


Get your Firefox certificate
Written By: Administrator
Section: Internet www

Category: Software

2008-06-19 21:38:30

Thanks to the support of the always amazing Mozilla community, we got more than
8 million Firefox 3 downloads in 24 hours. That’s more Firefox downloads than we’ve ever
had in a single day -- an impressive feat indeed!

cedricwalter-firefox-certificate

by going there: http://www.spreadfirefox.com/en-US/worldrecord/certificate_form

And see where it has been downloaded the most here http://www.spreadfirefox.com/en-US/worldrecord

It is always time to give Firefox a try by downloading it ;-)
firefox3





There are 2 items tagged with certificate. You can view all our tags in the Tag Cloud

<< Start < Previous 1 Next > End >>
Page 1 Of 1
Content View Hits : 3183228

Enter Amount: