-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Below is the information for the *.gatorlug.org SSL certificate
SHA1 Fingerprint=07:CD:84:72:1D:8D:F9:B7:29:42:49:88:83:88:93:83:E0:22:21:C6
MD5 Fingerprint=B8:0F:E4:DC:49:13:C2:6F:70:29:F6:90:A2:54:BE:D4
This message is signed with key 51068A23 owned by Barry Simons.
pub 1024D/51068A23 2006-03-19
Key fingerprint = 6CFA D85D A783 5B3F B79E DBFF 575F 4F21 5106 8A23
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFH5c9dV19PIVEGiiMRAtWoAJ9uFbaA9kpgqYe+WHnLLI4LifWhuwCglYfG
851PZEUz9MdEd1Ay7HdItQ4=
=nAF4
-----END PGP SIGNATURE-----
NOTE: This was updated March 22, 2008 to reflect the new certificate
The below works with Gentoo. Other distros will probably work the same.
Testing gatorlug.org certificate installation with lynx
- lynx https://www.gatorlug.org/
- If the certificate is not installed, you will see SSL error:unable to get local issuer certificate-Continue? (y)
Installing GatorLUG cert for all programs using OpenSSL
- download the self-signed cert at http://www.gatorlug.org/all.gatorlug.org.crt [1]
verify the fingerprints - openssl x509 -noout -fingerprint -md5 < all.gatorlug.org.crt (md5)
- openssl x509 -noout -fingerprint < all.gatorlug.org.crt (sha1)
- place the cert in your ssl cert directory (i.e /etc/ssl/cert/)
- cp all.gatorlug.org.crt to gatorlug.org.pem*
- run c_rehash as root to update the ssl hashes and symbolic links
- see Testing gatorlug.org certificate installation with lynx
* This is a self-signed SSL certificate and therefor the CA is the same as the client certificate.