GuidePedia

0

How to Create an SSL Login for Your Website: 5 Steps



Do you have a website, but wish you had a secure SSL-based login for it? Fear not, the answer is here!



Steps



1. Receive an SSL certificate. You can purchase one from a trusted company such asVeriSign, or generate your own with OpenSSL.


2. Apply the SSL certificate to your web server. If using Apache, you will need to enable the mod_ssl extension, and provide the location of the certificate. If using IIS, you will need to follow the wizards. 


4. Confirm port 443 is open in any firewalls.


5. Create a login page in your favorite server-side programming language.




Tips

  • When working with Apache, you will need to restart the service after changing httpd.conf before your changes will take effect.
  • You can develop a login in your favorite language to use hard-coded credentials, database-stored credentials (plain-text, hashed, or encrypted), or even Active Directory credentials.



Warnings

  • If you use a self-signed certificate, or a certificate signed by your internal CA, external users will be prompted to trust your certificate. Internet Explorer 7 highly suggests this is a bad thing to the end user.
  • Make sure your communications are encrypted all-around. Communications from the web server to the domain controller may be unencrypted. Use a packet-sniffer to help make sure your credentials are really secure.




Post a Comment Blogger

Emoticon
:) :)) ;(( :-) =)) ;( ;-( :d :-d @-) :p :o :>) (o) [-( :-? (p) :-s (m) 8-) :-t :-b b-( :-# =p~ $-) (b) (f) x-) (k) (h) (c) cheer
Click to see the code!
To insert emoticon you must added at least one space before the code.

 
Top