Wednesday, December 24, 2008

Install of SSL Certificate CSR in IIS 7

After we got SSL certificate from a provider , you will need to install it to the server from which the certificate request was generated.

Installation:

1. Open the ZIP file containing your certificate or (if they provide source code please copy the code provided and paste to notepad than save the file named your_domain_name.cer to the desktop or directory of the web server you are securing.

2. Click on Start, then Administrative Tools, then Internet Information Services (IIS) Manager.

3. Click on the server name.

4. From the center menu, double-click the "Server Certificates" button in the "Security" section (near the bottom of the menu).

5. Fromthe "Actions" menu (on the right), click on "Complete Certificate Request." This will open the Complete Certificate Request wizard.

6. Browse to your_domain_name.cer file that was provided to you by SSL provider. You will then be required to enter a friendly name. The friendly name is not part of the certificate itself, but is used by the server administrator to easily distinguish the certificate.


7. Clicking "OK" will install the certificate to the server.

8. Once the SSL certificate has been successfully installed to the server, you will need to assign that certificate to the appropriate website using IIS.

Tuesday, December 23, 2008

Creation of SSL Certificate CSR in IIS 7

Hi there, since i was assigned task for renew one of university security server by using secure SSL link, so i would to share with you guys in how to create Certificate Signing Request-(CSR) for request the online certificate provide by digicert.com , verisign.com and etc

1. Click Start, then Administrative Tools, then Internet Information Services (IIS) Manager.
2.Click on the server name.
3.From the center menu, double-click the "Server Certificates" button in the "Security" section (it is near the bottom of the menu).

4. Next, from the "Actions" menu (on the right), click on "Create Certificate Request." This will open the Request Certificate wizard.


5. In the "Distinguished Name Properties" window, enter the information as follows:

Common Name - The name through which the certificate will be accessed (usually the fully-qualified domain name, e.g., www.my.web.com or mail.myweb.com).
Organization - The legally registered name of your organization/company.
Organizational unit - The name of your department within the organization (frequently this entry will be listed as "IT," "Web Security," or is simply left blank).

City/locality - The city in which your organization is located.

State/province - The state in which your organization is located.
Country/region - If needed, you can find your two-digit country.

6. Click Next.

7. In the "Cryptographic Service Provider Properties" window, leave both settings at their defaults (Microsoft RSA SChannel and 2048) and then click next.

8. Enter a filename for your CSR file.
Remember the filename that you choose and the location to which you save it. You will need to open this file as a text file and copy the entire body of it (including the Begin and End Certificate Request tags) into the online order process when prompted.

9. You will get the .txt file for CSR request file look like as below
10. Sent to SSL certificate provider for further process, and wait respond from them to reply your SSL cert to install to your server

the exploration continue.....

-just my 2 cent

Thursday, December 4, 2008

Extjs Improve ERP applications

Have you ever heard about ExtJs?

It referred as EXT, is a cross-browser JavaScript library for building rich internet applications, using techniques such as AJAX, DHTML and DOM scripting originally built as an extension of Yahoo! User Interface (YUI), Ext can now also extend jQuery.

Back in early 2006, Jack Slocum began working on a set of extension utilities for the YUI library. These extensions were quickly organized into an independent library of code and distributed under the name "yui-ext” by the end of the year, the library had gained so much in popularity that the name was changed simply to Ext the library officially hit version 1.0 on April 1, 2007

I adopted in using it during my recent project with University, I've been experimenting with ExtJS as JavaScript library. It is pretty impressive and the components are very polished.




Pro ExtJS:
  • They have just everything. ExtJS is like a superset of the widgets of all available Javascript frameworks.
  • Be it menus, status bars or grids. It’s just impressive.
  • It’s great from a user’s perspective. When I saw it the first time I had to show it to everybody who couldn’t get away fast enough.
  • It’s like a proof-of-concept of what’s possible in the web browser.
  • Good API documentation.
Con ExtJS:
  • Applications do not degrade gracefully.
  • Turn off Javascript and you are left with a few naked lines on your screen screaming “eeeeek, saya ada masalah!!” and disappearing in shame.
  • The CSS. It’s nearly thousand definitions which are giving you no idea which is used for what purpose.
  • You just can’t seriously customize it. No theming (theme). Their style is “eat or die”, damn it!
  • Works okay the generated HTML. But it’s huge. Many tags get so many CSS styles assigned that you don’t understand what’s going on.
You can found more at
• EXTJS homepage at http://extjs.com/products/extjs/