Welcome

Posted on November 10, 2008
Filed Under Welcome | Leave a Comment

Thanks for Visit my website. If you still want to see or read my old toughts, you can visit here My Old Website’s with Photo Gallery

Rio's website before

Rio Website's before

Because i’m going to try my new blogs with this new design’s

Thanks and waiting for your comments and toughts also.

~Rio Yotto

Configure Https on Windows 2003 Server with OpenSSL

Posted on November 4, 2008
Filed Under Configuration | Leave a Comment

Here is my articles posting at my other blogs that many people from many country read this articles.

about how to configure HTTPS (secure http) on windows 2003 systems.

i, ve configure Https for server with windows 2003 operating system and it’s running well till now ..
i post it here how i do that.

the first thing .. i download win32openssl for windows OS, then install it on my local PC.
and then do this things below  — read it carefully …

Self-Signed IIS SSL Certificates using OpenSSL

This tutorial assumes that you have a Linux box with OpenSSL installed,and that you want to create a self-signed certificate for IIS5.0

1. Set up your CA (you only have to do this once)
ON THE LINUX BOX…
* Create a private key

openssl genrsa -des3 -out CA.key 1024

(You’ll need to supply a passphrase. DON’T FORGET THIS!!)

Read more