For users of the jlab_secure wireless network, an important certficate used to establish the secure connection is nearing expiration and must be updated with a renewed certificate. The new certificate is available on the central file systems, and the procedure below should be used to update your system. Overall, the process is simply to copy in the new certificate and then restart the wireless subsystem.
Note: This procedure is only for RHEL3 systems configured for wireless networking using the standard Computer Center procedure. For other configurations, the new certificate is available in /site/etc/certs/CAcert-2008.cer while the current certificate is available in /site/etc/certs/CAcert-2006.cer. Your system will need the 2006 certificate until the wireless server itself is updated on May 13th. After that time, the new certificate will be required. Most clients should be able to have both certificates installed so they will work before and after the server update.
cp /site/etc/certs/CAcert-2008.cer /etc/certs
/etc/sysconfig/network-scripts/ifdown ath0
/usr/local/sbin/wpa_cli terminate quit
/usr/local/sbin/wpa_supplicant -iath0 -c/etc/wpa_supplicant.conf -B
/usr/local/sbin/wpa_cli
identity jlab_secure YOUR_JLAB_USERNAME password jlab_secure YOUR_JLAB_PASSWORD
quit
/sbin/dhclient ath0
This document is maintained by {helpdesk@jlab.org}
Copyright Jefferson Lab 2007