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
path to server.key and server.crt may differ!
(SuSE 9.3 keys store at /etc/apache2/ssl.key/)
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 1024Give 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.csrAttention 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
Attentionpath 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
| Brutal | Graceful |
|
|
Get your Firefox certificate
Written By: Administrator
Section: Internet www
Category: Software
2008-06-19 21:38:30

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!
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 ;-)
There are 2 items tagged with certificate. You can view all our tags in the Tag Cloud

















