Best Practices

Guidelines for Securing Web-based Communications

Use of a digital certificate for security and SSL encryption of web-based communications provides a number of advantages over traditional “clear-text” communications. 

  1. Authentication  - proof of the identity of the web site visitors are connecting to
  2. Information Privacy - assurance that communications between visitors and the web server can not be viewed by other Internet users
  3. Information Integrity - assurance that information displayed or entered through the users browser can’t be altered on its way to/from the web server

Not every web server has requirements for the installation of a digital certificate.  Servers sharing public information probably don’t need SSL encryption to ensure privacy, although in some cases the server authentication and data integrity benefits may be required.   The role of the server, including the types of processes involved (reading data versus allowing updates) and sensitivity of the information (public data versus confidential) must be analyzed.  As the purpose for the server changes over time, the requirements for security should also be revisited.  Performance issues must also be considered, as there is a processing cost associated with encryption.

You should evaluate obtaining and installing a digital certificate for your web server if:

Published 2/28/2002 JED

Copyright © 2005 The University of Iowa. All rights reserved.